From 490accaef42ac7a15c56c0252e1e266631534d8a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Jul 2011 18:08:28 +0200 Subject: Fix a mis-indentation bug in C++ indenter --- tests/compiler/cxx-indenter/output.std | 6 ++++++ 1 file changed, 6 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 1a22bc7..f90f365 100644 --- a/tests/compiler/cxx-indenter/output.std +++ b/tests/compiler/cxx-indenter/output.std @@ -73,3 +73,9 @@ do } while (false); +{ + f ("CREATE TABLE \"test\" (" + "'id'," + "'name')"); +} + -- cgit v1.1