astyle fix

This commit is contained in:
Reijo Tomperi 2009-08-30 23:07:37 +03:00
parent 960fb861da
commit 67a8a3225c
1 changed files with 2 additions and 2 deletions

View File

@ -474,8 +474,8 @@ private:
// return.. // return..
// callfunc.. // callfunc..
ASSERT_EQUALS("; callfunc ;", simplifycode(";callfunc;",false)); ASSERT_EQUALS("; callfunc ;", simplifycode(";callfunc;", false));
ASSERT_EQUALS(";", simplifycode(";callfunc;",true)); ASSERT_EQUALS(";", simplifycode(";callfunc;", true));
// exit.. // exit..
ASSERT_EQUALS(";", simplifycode("; if { alloc; exit; }")); ASSERT_EQUALS(";", simplifycode("; if { alloc; exit; }"));