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..
// callfunc..
ASSERT_EQUALS("; callfunc ;", simplifycode(";callfunc;",false));
ASSERT_EQUALS(";", simplifycode(";callfunc;",true));
ASSERT_EQUALS("; callfunc ;", simplifycode(";callfunc;", false));
ASSERT_EQUALS(";", simplifycode(";callfunc;", true));
// exit..
ASSERT_EQUALS(";", simplifycode("; if { alloc; exit; }"));