aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-10-18 13:55:28 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-10-18 13:55:28 +0200
commit1076ec91f9441f961cbd64232bc71472e310e10c (patch)
tree5e0ec32205bb1ff21cbbe806948e9bfd79dca5b9 /include
parent1b11dd31a3baad333d19bde98e51d6ab6cb25044 (diff)
cosmetic: Fix indentation whitespace
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/vty.h b/include/osmocom/bsc/vty.h
index 70b973db3..a54b18e44 100644
--- a/include/osmocom/bsc/vty.h
+++ b/include/osmocom/bsc/vty.h
@@ -23,7 +23,7 @@ struct buffer *vty_argv_to_buffer(int argc, const char *argv[], int base);
enum bsc_vty_node {
GSMNET_NODE = _LAST_OSMOVTY_NODE + 1,
- MGW_NODE,
+ MGW_NODE,
BTS_NODE,
TRX_NODE,
TS_NODE,