astyle formatting
This commit is contained in:
parent
8b1ffefd74
commit
85afa86da3
|
@ -125,7 +125,8 @@ void TestFixture::assertEquals(const char *filename, int linenr, const std::stri
|
||||||
<< writestr(expected) << std::endl
|
<< writestr(expected) << std::endl
|
||||||
<< "Actual:" << std::endl
|
<< "Actual:" << std::endl
|
||||||
<< writestr(actual) << std::endl;
|
<< writestr(actual) << std::endl;
|
||||||
if (!msg.empty()) {
|
if (!msg.empty())
|
||||||
|
{
|
||||||
errmsg << msg << std::endl;
|
errmsg << msg << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue