pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/29793 )
Change subject: cosmetic: Fix indentation whitespace ......................................................................
cosmetic: Fix indentation whitespace
Change-Id: I7b7c4dab5fcb62dc3a5490f8d7cfb0670fd4c75c --- M include/osmocom/bsc/vty.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/include/osmocom/bsc/vty.h b/include/osmocom/bsc/vty.h index 70b973d..a54b18e 100644 --- a/include/osmocom/bsc/vty.h +++ b/include/osmocom/bsc/vty.h @@ -23,7 +23,7 @@
enum bsc_vty_node { GSMNET_NODE = _LAST_OSMOVTY_NODE + 1, - MGW_NODE, + MGW_NODE, BTS_NODE, TRX_NODE, TS_NODE,