Commit 1bd15cfd authored by Tracey Dent's avatar Tracey Dent Committed by Greg Kroah-Hartman
Browse files

Staging: speakup: keyhelp: Coding style fix



Put { on previous line, on line 34. Checkpatch.pl caught this.

Signed-off-by: default avatarTracey Dent <tdent48227@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0c7023b2
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ static const int num_key_names = MSG_KEYNAMES_END - MSG_KEYNAMES_START + 1;
static u_short key_offsets[MAXFUNCS], key_data[MAXKEYS];
static u_short masks[] = { 32, 16, 8, 4, 2, 1 };

static short letter_offsets[26] =
{ -1, -1, -1, -1, -1, -1, -1, -1,
static short letter_offsets[26] = { 
	-1, -1, -1, -1, -1, -1, -1, -1,
	-1, -1, -1, -1, -1, -1, -1, -1,
	-1, -1, -1, -1, -1, -1, -1, -1,
	-1, -1 };