run astyle
This commit is contained in:
parent
c6c5ada8da
commit
3bd8bf0e75
|
@ -5578,8 +5578,8 @@ private:
|
||||||
|
|
||||||
void simplifyCalculations()
|
void simplifyCalculations()
|
||||||
{
|
{
|
||||||
ASSERT_EQUALS("void foo ( char str [ ] ) { char x ; x = * str ; }",
|
ASSERT_EQUALS("void foo ( char str [ ] ) { char x ; x = * str ; }",
|
||||||
tokenizeAndStringify("void foo ( char str [ ] ) { char x = 0 | ( * str ) ; }", true));
|
tokenizeAndStringify("void foo ( char str [ ] ) { char x = 0 | ( * str ) ; }", true));
|
||||||
ASSERT_EQUALS("void foo ( ) { if ( b ) { } }",
|
ASSERT_EQUALS("void foo ( ) { if ( b ) { } }",
|
||||||
tokenizeAndStringify("void foo ( ) { if (b | 0) { } }", true));
|
tokenizeAndStringify("void foo ( ) { if (b | 0) { } }", true));
|
||||||
ASSERT_EQUALS("void foo ( ) { if ( b ) { } }",
|
ASSERT_EQUALS("void foo ( ) { if ( b ) { } }",
|
||||||
|
|
Loading…
Reference in New Issue