diff options
Diffstat (limited to 'src/relooper/test6.txt')
-rw-r--r-- | src/relooper/test6.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/relooper/test6.txt b/src/relooper/test6.txt index c5effd08..4f29f292 100644 --- a/src/relooper/test6.txt +++ b/src/relooper/test6.txt @@ -1,12 +1,12 @@ //0 do { - if (check(0)) { - //1 - if (!(check(1))) { - break; - } - //2 + if (check(0)) { + //1 + if (!(check(1))) { + break; } + //2 + } } while(0); //3 |