astyle formatting

This commit is contained in:
Daniel Marjamäki 2020-11-03 21:08:21 +01:00
parent 8956ecb5fc
commit eece8ee66b
1 changed files with 2 additions and 2 deletions

View File

@ -47,6 +47,6 @@ TEST(test_cppcheck, cppcheck)
// #9964 - avoid compareBoolExpressionWithInt false positive
TEST(Test, assert_false_fp)
{
// cppcheck-suppress checkLibraryNoReturn
ASSERT_FALSE(errno < 0);
// cppcheck-suppress checkLibraryNoReturn
ASSERT_FALSE(errno < 0);
}