Commit 51c3d034 authored by Tamara Diaconita's avatar Tamara Diaconita Committed by Greg Kroah-Hartman

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: default avatarTamara Diaconita <diaconita.tamara@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b10ef8aa
...@@ -761,7 +761,6 @@ static ssize_t message_store_helper(const char *buf, size_t count, ...@@ -761,7 +761,6 @@ static ssize_t message_store_helper(const char *buf, size_t count,
enum msg_index_t curmessage; enum msg_index_t curmessage;
while (cp < end) { while (cp < end) {
while ((cp < end) && (*cp == ' ' || *cp == '\t')) while ((cp < end) && (*cp == ' ' || *cp == '\t'))
cp++; cp++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment