summaryrefslogtreecommitdiff
path: root/drivers/staging/speakup/keyhelp.c
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2015-06-25 14:56:13 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-14 20:01:55 -0700
commit304e08845126d949eacb2d95a5d15d4d022d555b (patch)
tree24f175b39fb3867229ef87fe95ff1e1d7b5601d6 /drivers/staging/speakup/keyhelp.c
parent4f920c1f1778193338925ee3665844e08b4a6997 (diff)
staging: speakup: fix indentation
Signed-off-by: Luis de Bethencourt <luis@debethencourt.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/keyhelp.c')
-rw-r--r--drivers/staging/speakup/keyhelp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/keyhelp.c b/drivers/staging/speakup/keyhelp.c
index 94756742136f..02d5c706aee7 100644
--- a/drivers/staging/speakup/keyhelp.c
+++ b/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");
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) <=