osmo-bsc: Whitespace change - fix indentation of struct value_string

This commit is contained in:
Daniel Willmann 2011-08-19 19:48:46 +02:00
parent 7c6405b5ce
commit fc6fc13826
1 changed files with 2 additions and 2 deletions

View File

@ -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 }
};