From be1d586b7582a6b54b06719a4a1d6958d86c1851 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Dec 2011 14:37:08 +0200 Subject: C++ indenter fixes --- tests/compiler/cxx-indenter/output.std | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/compiler/cxx-indenter/output.std') 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) -- cgit v1.1