mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-03-03 18:17:40 +00:00
staging: speakup: Added blank line.
This patch fixes "Missing a blank line after declarations" checkpatch.pl warning in selection.c Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f6bb9e390c
commit
c772bce670
@ -66,6 +66,7 @@ int speakup_set_selection(struct tty_struct *tty)
|
||||
if (ps > pe) {
|
||||
/* make sel_start <= sel_end */
|
||||
int tmp = ps;
|
||||
|
||||
ps = pe;
|
||||
pe = tmp;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user