aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctrl.c
diff options
context:
space:
mode:
authorStefan Sperling <ssperling@sysmocom.de>2018-12-07 12:44:50 +0100
committerStefan Sperling <ssperling@sysmocom.de>2018-12-07 12:45:19 +0100
commit705b61bcb795490e265027d0b45499b87dd65e12 (patch)
treef697a7e382d9f24a95980172fb2c676255c7a70a /src/ctrl.c
parent638ba8cc049b35c1a6a604fb058a92cff68198e1 (diff)
add whitespace around PRId64 constants
Avoid string concatenations without interleaving whitespace. Some compilers don't like "foo""bar", they only like "foo" "bar". Requested by: Pau https://gerrit.osmocom.org/c/osmo-hlr/+/12121/5/src/db_hlr.c#637 Change-Id: Ic7a81114f9afbefcbd62d434720854cfdd4a2dd9
Diffstat (limited to 'src/ctrl.c')
-rw-r--r--src/ctrl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ctrl.c b/src/ctrl.c
index 8ae9d7c..05a0107 100644
--- a/src/ctrl.c
+++ b/src/ctrl.c
@@ -132,7 +132,7 @@ static void print_subscr_info(struct ctrl_cmd *cmd,
struct hlr_subscriber *subscr)
{
ctrl_cmd_reply_printf(cmd,
- "\nid\t%"PRIu64
+ "\nid\t%" PRIu64
FMT_S
FMT_S
FMT_BOOL
@@ -189,7 +189,7 @@ static void print_subscr_info_aud3g(struct ctrl_cmd *cmd, struct osmo_sub_auth_d
ctrl_cmd_reply_printf(cmd,
"\naud3g.%s\t%s"
"\naud3g.ind_bitlen\t%u"
- "\naud3g.sqn\t%"PRIu64
+ "\naud3g.sqn\t%" PRIu64
,
aud->u.umts.opc_is_op? "op" : "opc",
hexdump_buf(aud->u.umts.opc),