summaryrefslogtreecommitdiffstats
path: root/src/gsm/apn.c
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-12-07 11:00:59 +0100
committerdexter <pmaier@sysmocom.de>2018-12-07 11:53:23 +0000
commit8a942d27b6d300e1a702401e9a5d4e97be15da77 (patch)
treef6e30dc74dd45ee71b1f00d57f8693c68bb22472 /src/gsm/apn.c
parent9d7a247da4e20acc6638fcd06198bfe673d0c384 (diff)
cosmetic apn: correct whitespace error
there is a whitespace between the * and osmo_apn_to_str(). Lets remove this. Change-Id: I094e6eb08eacf2d6459c47a7370837601aa92925
Diffstat (limited to 'src/gsm/apn.c')
-rw-r--r--src/gsm/apn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/apn.c b/src/gsm/apn.c
index e6632dd3..26746631 100644
--- a/src/gsm/apn.c
+++ b/src/gsm/apn.c
@@ -68,7 +68,7 @@ char *osmo_apn_qualify_from_imsi(const char *imsi,
*
* \returns out_str on success and NULL otherwise
*/
-char * osmo_apn_to_str(char *out_str, const uint8_t *apn_enc, size_t apn_enc_len)
+char *osmo_apn_to_str(char *out_str, const uint8_t *apn_enc, size_t apn_enc_len)
{
char *str = out_str;
size_t rest_chars = apn_enc_len;