staging: speakup: fix indentation
authorLuis de Bethencourt <luis@debethencourt.com>
Thu, 25 Jun 2015 12:56:13 +0000 (14:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2015 03:01:55 +0000 (20:01 -0700)
Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/keyhelp.c

index 94756742136f93f50bbf8b655a165993edafd590..02d5c706aee7bc85ca3f29035fba67e59fdd087e 100644 (file)
@@ -165,7 +165,7 @@ int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key)
                        synth_printf("\n");
                        return 1;
                }
-       cur_item = letter_offsets[ch-'a'];
+               cur_item = letter_offsets[ch-'a'];
        } else if (type == KT_CUR) {
                if (ch == 0
                    && (MSG_FUNCNAMES_START + cur_item + 1) <=