Change in libosmocore[master]: cosmetic apn: correct whitespace error

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Fri Dec 7 11:34:02 UTC 2018


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/12197


Change subject: cosmetic apn: correct whitespace error
......................................................................

cosmetic apn: correct whitespace error

there is a whitespace between the * and osmo_apn_to_str(). Lets
remove this.

Change-Id: I094e6eb08eacf2d6459c47a7370837601aa92925
---
M include/osmocom/gsm/apn.h
M src/gsm/apn.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/97/12197/1

diff --git a/include/osmocom/gsm/apn.h b/include/osmocom/gsm/apn.h
index 8d35324..288b229 100644
--- a/include/osmocom/gsm/apn.h
+++ b/include/osmocom/gsm/apn.h
@@ -18,4 +18,4 @@
 				 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 e6632dd..2674663 100644
--- a/src/gsm/apn.c
+++ b/src/gsm/apn.c
@@ -68,7 +68,7 @@
  *
  * \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;

-- 
To view, visit https://gerrit.osmocom.org/12197
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I094e6eb08eacf2d6459c47a7370837601aa92925
Gerrit-Change-Number: 12197
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181207/7f0d9bb7/attachment.htm>


More information about the gerrit-log mailing list