run tabspace

This commit is contained in:
XhmikosR 2013-05-08 03:05:08 +03:00 committed by Daniel Marjamäki
parent 17b4a906ea
commit f32aa89da3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ private:
"int a;\n"
"bool b = false;\n"
"int foo() {\n"
" if (b) { a = 1+2 };\n"
" if (b) { a = 1+2 };\n"
" return a;\n"
"}\n"
"assert(foo() == 3); \n"