summaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-01-12 10:28:37 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-01-12 17:54:37 -0600
commit9bed04ca2f3c2c00de34968b88544346cc07afdb (patch)
treeca9a20176240ca36e05f911454b5ad49ca23136b /src/util.c
parentbb0dfd9b6db108b3fbf773ec515e393cb5240969 (diff)
downloadofono-9bed04ca2f3c2c00de34968b88544346cc07afdb.tar.bz2
Style: Trailing whitespace & extra lines
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c4
1 files changed, 2 insertions, 2 deletions
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,