diff mbox

osmo-pcu[master]: bts/rate_ctr: replace spaces by tabs

Message ID gerrit.1463867683357.I32eebfe5934c919eccc1e28938ca00c49368297e@gerrit.osmocom.org
State New
Headers show

Commit Message

gerrit-no-reply@lists.osmocom.org May 21, 2016, 9:54 p.m. UTC
Review at  https://gerrit.osmocom.org/96

bts/rate_ctr: replace spaces by tabs

Use tabs like other counters for seperation.
Introduced by 2cb1547

Change-Id: I32eebfe5934c919eccc1e28938ca00c49368297e
---
M src/bts.cpp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/96/96/1

Comments

gerrit-no-reply@lists.osmocom.org May 21, 2016, 9:55 p.m. UTC | #1
Patch Set 1:

@Holger: this was introduced by the last patch set. Sorry, didn't saw that ther. Fixes #85
gerrit-no-reply@lists.osmocom.org May 22, 2016, 10:44 a.m. UTC | #2
Patch Set 1: Code-Review+2
diff mbox

Patch

diff --git a/src/bts.cpp b/src/bts.cpp
index a182317..d1636b6 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -71,7 +71,7 @@ 
 	{ "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            "},