aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile8.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile8.ok')
-rw-r--r--test/profile8.ok30
1 files changed, 14 insertions, 16 deletions
diff --git a/test/profile8.ok b/test/profile8.ok
index 763c6fef..2b9c156f 100644
--- a/test/profile8.ok
+++ b/test/profile8.ok
@@ -1,23 +1,21 @@
- # Rule(s)
-
- {
- if (0) {
- } else {
- }
+{
+ if (0) {
+ } else {
}
+}
- {
- while (0) {
- }
+{
+ while (0) {
}
+}
- {
- do {
- } while (0)
- }
+{
+ do {
+ } while (0)
+}
- {
- for (;;) {
- }
+{
+ for (;;) {
}
+}