Commit 304e0884 authored by Luis de Bethencourt's avatar Luis de Bethencourt Committed by Greg Kroah-Hartman

staging: speakup: fix indentation

Signed-off-by: default avatarLuis de Bethencourt <luis@debethencourt.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4f920c1f
...@@ -165,7 +165,7 @@ int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key) ...@@ -165,7 +165,7 @@ int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key)
synth_printf("\n"); synth_printf("\n");
return 1; return 1;
} }
cur_item = letter_offsets[ch-'a']; cur_item = letter_offsets[ch-'a'];
} else if (type == KT_CUR) { } else if (type == KT_CUR) {
if (ch == 0 if (ch == 0
&& (MSG_FUNCNAMES_START + cur_item + 1) <= && (MSG_FUNCNAMES_START + cur_item + 1) <=
......
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