summaryrefslogtreecommitdiff
path: root/pbx/ael/ael_lex.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-04-26 23:36:05 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-04-26 23:36:05 +0000
commita85701655107bef4357050653465d5b285913944 (patch)
tree21222727785d512b6e052bb96a018befacad5d67 /pbx/ael/ael_lex.c
parentf52022fc6f4cf0e9d93ae396798a0a6c15ec2f0c (diff)
use \t to indicate a tab, and fix indentation for
the whitespace-handling rules git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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