aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/pbx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 59ba133e8..bfa61c96b 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -1407,8 +1407,7 @@ static void insert_in_next_chars_alt_char_list(struct match_char **parent_ptr, s
}
lcurr = curr;
}
- if (!curr)
- {
+ if (!curr) {
lcurr->alt_char = node;
}
}