From 8a942d27b6d300e1a702401e9a5d4e97be15da77 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 7 Dec 2018 11:00:59 +0100 Subject: cosmetic apn: correct whitespace error there is a whitespace between the * and osmo_apn_to_str(). Lets remove this. Change-Id: I094e6eb08eacf2d6459c47a7370837601aa92925 --- include/osmocom/gsm/apn.h | 2 +- src/gsm/apn.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osmocom/gsm/apn.h b/include/osmocom/gsm/apn.h index 8d353248..288b229e 100644 --- a/include/osmocom/gsm/apn.h +++ b/include/osmocom/gsm/apn.h @@ -18,4 +18,4 @@ char *osmo_apn_qualify_from_imsi(const char *imsi, const char *ni, int have_3dig_mnc); int osmo_apn_from_str(uint8_t *apn_enc, size_t max_apn_enc_len, const char *str); -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); 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; -- cgit v1.2.3