Formatting change to test something on the svn server

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@140820 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2008-09-03 13:41:51 +00:00
parent 655b8f09a7
commit 4e105063a8
1 changed files with 1 additions and 2 deletions

View File

@ -1407,8 +1407,7 @@ static void insert_in_next_chars_alt_char_list(struct match_char **parent_ptr, s
} }
lcurr = curr; lcurr = curr;
} }
if (!curr) if (!curr) {
{
lcurr->alt_char = node; lcurr->alt_char = node;
} }
} }