aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael_lex.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-26 23:36:05 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-26 23:36:05 +0000
commit127c8f0535ef15c56d003c59f4a4cb8b21df100d (patch)
tree21222727785d512b6e052bb96a018befacad5d67 /pbx/ael/ael_lex.c
parent4d578ce209c406abad55bd641b7e94df162ef134 (diff)
use \t to indicate a tab, and fix indentation for
the whitespace-handling rules git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22680 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/ael/ael_lex.c')
-rw-r--r--pbx/ael/ael_lex.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pbx/ael/ael_lex.c b/pbx/ael/ael_lex.c
index aa53ebf96..d4103ec22 100644
--- a/pbx/ael/ael_lex.c
+++ b/pbx/ael/ael_lex.c
@@ -1229,17 +1229,17 @@ case 40:
/* rule 40 can match eol */
YY_RULE_SETUP
#line 118 "ael.flex"
-{my_lineno++;my_col=0;}
+{ my_lineno++; my_col = 0; }
YY_BREAK
case 41:
YY_RULE_SETUP
#line 119 "ael.flex"
-{/* nothing */ my_col+=yyleng;}
+{ my_col += yyleng; }
YY_BREAK
case 42:
YY_RULE_SETUP
#line 120 "ael.flex"
-{/* nothing */ int wid = 8-(my_col%8); my_col+=wid;}
+{ my_col += 8-(my_col%8); }
YY_BREAK
case 43:
YY_RULE_SETUP