Browse Source

staging: speakup: fix indentation

Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Luis de Bethencourt 10 years ago
parent
commit
304e088451
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/speakup/keyhelp.c

+ 1 - 1
drivers/staging/speakup/keyhelp.c

@@ -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) <=