cosmetic apn: correct whitespace error

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

Change-Id: I094e6eb08eacf2d6459c47a7370837601aa92925
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);