aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-05-21 23:54:30 +0200
committerHolger Freyther <holger@freyther.de>2016-05-22 10:44:04 +0000
commit543756adbe4508945ffe4c2fdc830b118a00a3dd (patch)
tree885bc5ac89ed35c1347309356f5ed1804a473df6
parent2cb154799353c4af6ced5ef5270a7b925d12ad51 (diff)
bts/rate_ctr: replace spaces by tabs
Use tabs like other counters for seperation. Introduced by 2cb1547 Change-Id: I32eebfe5934c919eccc1e28938ca00c49368297e Reviewed-on: https://gerrit.osmocom.org/96 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
-rw-r--r--src/bts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index a182317b..d1636b6e 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -71,7 +71,7 @@ static const struct rate_ctr_desc bts_ctr_description[] = {
{ "rlc.ack.failed", "RLC Ack Failed "},
{ "rlc.rel.timedout", "RLC Release Timeout "},
{ "rlc.late-block", "RLC Late Block "},
- { "rlc.sent_dummy", "RLC Sent Dummy "},
+ { "rlc.sent_dummy", "RLC Sent Dummy "},
{ "decode.errors", "Decode Errors "},
{ "sba.allocated", "SBA Allocated "},
{ "sba.freed", "SBA Freed "},