diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-21 14:47:12 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-21 14:47:31 -0700 |
commit | fb9b76bd934414969e90b75671fd4c64bf689246 (patch) | |
tree | c298e79654ed3da9cff4c456a61a352da13c5845 /src/relooper/test5.txt | |
parent | ab52273a5dd207187a2959a3f1e08c4196665bcc (diff) |
reduce indentation in relooper1.5.1
Diffstat (limited to 'src/relooper/test5.txt')
-rw-r--r-- | src/relooper/test5.txt | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/src/relooper/test5.txt b/src/relooper/test5.txt index ad769ae7..83755289 100644 --- a/src/relooper/test5.txt +++ b/src/relooper/test5.txt @@ -1,32 +1,32 @@ //0 if (check(0)) { - while(1) { - //1 - if (!(check(1))) { - break; - } + while(1) { + //1 + if (!(check(1))) { + break; } - while(1) { - //2 - if (!(check(2))) { - break; - } + } + while(1) { + //2 + if (!(check(2))) { + break; } - //3 + } + //3 } else { - goingFrom0to4(); - while(1) { - //4 - if (!(check(4))) { - break; - } + goingFrom0to4(); + while(1) { + //4 + if (!(check(4))) { + break; } - while(1) { - //5 - if (check(5)) { - break; - } + } + while(1) { + //5 + if (check(5)) { + break; } - //3 + } + //3 } |