aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2011-08-19 19:48:46 +0200
committerDaniel Willmann <daniel@totalueberwachung.de>2011-08-25 14:36:39 +0200
commitfc6fc13826a7341202262cd0bf19965ddb14424e (patch)
tree868ac3d73d77e91d1afb19a2d4b9d61cdbf180b6
parent7c6405b5cea5a7e7e28d83c1738a054ba64b9892 (diff)
osmo-bsc: Whitespace change - fix indentation of struct value_string
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_ctrl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c b/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c
index d08637708..31c1d022c 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c
@@ -96,8 +96,8 @@ static void generate_location_state_trap(struct gsm_bts *bts, struct bsc_msc_con
static const struct value_string valid_names[] = {
{ BTS_LOC_FIX_INVALID, "invalid" },
- { BTS_LOC_FIX_2D, "fix2d" },
- { BTS_LOC_FIX_3D, "fix3d" },
+ { BTS_LOC_FIX_2D, "fix2d" },
+ { BTS_LOC_FIX_3D, "fix3d" },
{ 0, NULL }
};