dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/31167 )
Change subject: pcu_sock: cosmetic: remove space befor tab ......................................................................
pcu_sock: cosmetic: remove space befor tab
Change-Id: I6f3f96120d8a106f7c9e8b428d89ed14999a10a8 --- M src/osmo-bsc/pcu_sock.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/67/31167/1
diff --git a/src/osmo-bsc/pcu_sock.c b/src/osmo-bsc/pcu_sock.c index 307a70e..bb6dfaf 100644 --- a/src/osmo-bsc/pcu_sock.c +++ b/src/osmo-bsc/pcu_sock.c @@ -54,7 +54,7 @@ [PCU_IF_SAPI_BCCH] = "BCCH", [PCU_IF_SAPI_PDTCH] = "PDTCH", [PCU_IF_SAPI_PRACH] = "PRACH", - [PCU_IF_SAPI_PTCCH] = "PTCCH", + [PCU_IF_SAPI_PTCCH] = "PTCCH", [PCU_IF_SAPI_PCH_DT] = "PCH_DT", };