From fc6fc13826a7341202262cd0bf19965ddb14424e Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Fri, 19 Aug 2011 19:48:46 +0200 Subject: [PATCH] osmo-bsc: Whitespace change - fix indentation of struct value_string --- openbsc/src/osmo-bsc/osmo_bsc_ctrl.c | 4 ++-- 1 file 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 } };