astyle formatting
This commit is contained in:
parent
8956ecb5fc
commit
eece8ee66b
|
@ -47,6 +47,6 @@ TEST(test_cppcheck, cppcheck)
|
||||||
// #9964 - avoid compareBoolExpressionWithInt false positive
|
// #9964 - avoid compareBoolExpressionWithInt false positive
|
||||||
TEST(Test, assert_false_fp)
|
TEST(Test, assert_false_fp)
|
||||||
{
|
{
|
||||||
// cppcheck-suppress checkLibraryNoReturn
|
// cppcheck-suppress checkLibraryNoReturn
|
||||||
ASSERT_FALSE(errno < 0);
|
ASSERT_FALSE(errno < 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue