astyle fix
This commit is contained in:
parent
c1958054af
commit
ed425158d9
|
@ -623,7 +623,7 @@ private:
|
|||
std::ostringstream expected;
|
||||
expected << " const char * str ; str = \"1\" ; " << sizeof(str) << " ;";
|
||||
|
||||
TODO_ASSERT_EQUALS(expected.str(), sizeof_(code));
|
||||
TODO_ASSERT_EQUALS(expected.str(), sizeof_(code));
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue