From ce3d56920b15facbb64b3caf0d823a3f57c0dded Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 22 Dec 2017 09:14:07 -0500 Subject: Remove as much trailing whitespace as possible. Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0 --- pbx/ael/ael-test/ael-test1/extensions.ael | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'pbx/ael/ael-test/ael-test1/extensions.ael') diff --git a/pbx/ael/ael-test/ael-test1/extensions.ael b/pbx/ael/ael-test/ael-test1/extensions.ael index e1943f67c..b41d75085 100644 --- a/pbx/ael/ael-test/ael-test1/extensions.ael +++ b/pbx/ael/ael-test/ael-test1/extensions.ael @@ -66,7 +66,7 @@ context testloop { includes { other|16:00-23:59|m0n-fri|*|*; }; - + 1 => { for (x=0; ${x} < 3; x=${x} + 1) { Verbose(x is ${x} !); @@ -93,9 +93,9 @@ context testloop { return; y=${y}-1; }; - }; + }; regexten hint(nasty/Thingy&nasty/Thingamabob) 3 => { - for (x=0; ${x} < 3; x=${x} + 1) + for (x=0; ${x} < 3; x=${x} + 1) { Verbose(x is ${x} !); if( ${x} = 4 ) @@ -106,7 +106,7 @@ context testloop { return; y=10; - while (${y} >= 0) + while (${y} >= 0) { Verbose(y is ${y} !); if( ${y} = 4 ) @@ -118,10 +118,10 @@ context testloop { y=${y}-1; }; }; - }; + }; 4 => { y=10; - while (${y} >= 0) + while (${y} >= 0) { Verbose(y is ${y} !); if( ${y} = 4 ) @@ -130,7 +130,7 @@ context testloop { continue; if( ${y} = 6 ) return; - for (x=0; ${x} < 3; x=${x} + 1) + for (x=0; ${x} < 3; x=${x} + 1) { Verbose(x is ${x} !); if( ${x} = 4 ) @@ -139,7 +139,7 @@ context testloop { continue; if( ${x} = 6 ) return; - for (z=0; ${z} < 17; z=${z} + 1) + for (z=0; ${z} < 17; z=${z} + 1) { Verbose(z is ${z} !); Verbose(z is ${z} !); @@ -152,11 +152,11 @@ context testloop { Verbose(z is ${z} !); Verbose(z is ${z} !); }; - + }; y=${y}-1; }; - }; + }; 5 => { &exten-gen(axel,brain); }; -- cgit v1.2.3