aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-11 12:55:05 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-11 12:58:23 +0100
commit07feb06d543084e80a93edbf251a03e9e0589bf2 (patch)
tree7ddb97533bef616852aa2562a4808b2e3bee15d8
parent86b630cfe1403d8145e5744e907af0f1328a40c1 (diff)
Fix extra whitespace in pdpctx_ctr_description
-rw-r--r--src/sgsn/pdpctx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sgsn/pdpctx.c b/src/sgsn/pdpctx.c
index 70fba208e..e77942040 100644
--- a/src/sgsn/pdpctx.c
+++ b/src/sgsn/pdpctx.c
@@ -40,10 +40,10 @@
#include <osmocom/sgsn/gtp.h>
static const struct rate_ctr_desc pdpctx_ctr_description[] = {
- { "udata:packets:in", "User Data Messages ( In)" },
- { "udata:packets:out", "User Data Messages (Out)" },
- { "udata:bytes:in", "User Data Bytes ( In)" },
- { "udata:bytes:out", "User Data Bytes (Out)" },
+ { "udata:packets:in", "User Data Messages ( In)" },
+ { "udata:packets:out", "User Data Messages (Out)" },
+ { "udata:bytes:in", "User Data Bytes ( In)" },
+ { "udata:bytes:out", "User Data Bytes (Out)" },
};
static const struct rate_ctr_group_desc pdpctx_ctrg_desc = {