mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 14:50:19 +00:00
staging: speakup: Remove unnecessary space
This patch fixes the checkpath.pl warning: ERROR: space prohibited before that ',' (ctx:WxE) + MSG_FIRST_INDEX , And removes the unnecessary space. Signed-off-by: Bastian Plettner <b.plettner@archlinux.info> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
369ba5b831
commit
d0e9ed58f4
@ -3,7 +3,7 @@
|
||||
/* Internationalization declarations */
|
||||
|
||||
enum msg_index_t {
|
||||
MSG_FIRST_INDEX ,
|
||||
MSG_FIRST_INDEX,
|
||||
MSG_ANNOUNCEMENTS_START = MSG_FIRST_INDEX,
|
||||
MSG_BLANK = MSG_ANNOUNCEMENTS_START,
|
||||
MSG_IAM_ALIVE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user