summaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index 9c08c5a..e8481bf 100644
--- a/util.c
+++ b/util.c
@@ -120,7 +120,7 @@ int gsm72ascii(unsigned char *data, char **data_dec, int length)
}
*data_dec = dec;
-
+
return dec_length;
}
@@ -170,7 +170,7 @@ int ascii2gsm7(char *data, unsigned char **data_enc, int length)
//FIXME: what is going on here?
enc[enc_length - 2] |= 0x30;
enc[enc_length - 1] = 0x02;
-
+
return enc_length;
}