mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 08:38:28 -04:00
staging: speakup: kobjects: Delete blank line
Delet the blank line after an open brace '{' to fix the checkpath.pl issue:
CHECK: Blank lines aren't necessary after an open brace '{'.
Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b10ef8aae9
commit
51c3d03470
@@ -761,7 +761,6 @@ static ssize_t message_store_helper(const char *buf, size_t count,
|
||||
enum msg_index_t curmessage;
|
||||
|
||||
while (cp < end) {
|
||||
|
||||
while ((cp < end) && (*cp == ' ' || *cp == '\t'))
|
||||
cp++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user