summaryrefslogtreecommitdiff
path: root/pbx/ael/ael-test/ael-test1/extensions.ael
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
commitce3d56920b15facbb64b3caf0d823a3f57c0dded (patch)
tree0ea4a13885afb281237b3747e85eb6315863ae0a /pbx/ael/ael-test/ael-test1/extensions.ael
parent35a2e09c655f26067db0f51837704886d6ffff78 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'pbx/ael/ael-test/ael-test1/extensions.ael')
-rw-r--r--pbx/ael/ael-test/ael-test1/extensions.ael20
1 files changed, 10 insertions, 10 deletions
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);
};