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:
Родитель
369ba5b831
Коммит
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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче