From 9bed04ca2f3c2c00de34968b88544346cc07afdb Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 12 Jan 2010 10:28:37 -0600 Subject: Style: Trailing whitespace & extra lines --- src/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index 63aac5b4..67d83340 100644 --- a/src/util.c +++ b/src/util.c @@ -492,7 +492,7 @@ static unsigned short gsm_single_shift_lookup(unsigned char k, struct codepoint key = { k, 0 }; const struct codepoint *table; unsigned int len; - + table = alphabet_lookup[lang].togsm_single_shift; len = alphabet_lookup[lang].togsm_single_shift_len; @@ -508,7 +508,7 @@ static unsigned short unicode_locking_shift_lookup(unsigned short k, table = alphabet_lookup[lang].tounicode_locking_shift; - return codepoint_lookup(&key, table, len); + return codepoint_lookup(&key, table, len); } static unsigned short unicode_single_shift_lookup(unsigned short k, -- cgit v1.2.3