aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler/cxx-indenter/output.std
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-05 14:37:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-05 14:37:08 +0200
commitbe1d586b7582a6b54b06719a4a1d6958d86c1851 (patch)
treeedcfd751dce1e5cbf5d40707408a2133abc6271c /tests/compiler/cxx-indenter/output.std
parenta4a6915ffe5fef5da7e4d421d56d1e3a0bbd5f1e (diff)
C++ indenter fixes
Diffstat (limited to 'tests/compiler/cxx-indenter/output.std')
-rw-r--r--tests/compiler/cxx-indenter/output.std7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/compiler/cxx-indenter/output.std b/tests/compiler/cxx-indenter/output.std
index f90f365..0e59a26 100644
--- a/tests/compiler/cxx-indenter/output.std
+++ b/tests/compiler/cxx-indenter/output.std
@@ -9,6 +9,13 @@ else
b ();
}
+if (true)
+ // Hello there
+ //
+ a ();
+else
+ b ();
+
if (false)
{
if (true)