Skip to content

Commit fe1c1dd

Browse files
committed
test/posix.c: Formatted code [ci skip].
1 parent d075cba commit fe1c1dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cfg/posix.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ int nullPointer_bcmp(const void *a, const void *b, size_t n)
242242
// cppcheck-suppress bcmpCalled
243243
(void) bcmp(a, b, n);
244244
// cppcheck-suppress nullPointer
245-
// cppcheck-suppress bcmpCalled
245+
// cppcheck-suppress bcmpCalled
246246
(void) bcmp(a, NULL, n);
247247
// cppcheck-suppress nullPointer
248-
// cppcheck-suppress bcmpCalled
248+
// cppcheck-suppress bcmpCalled
249249
return bcmp(NULL, b, n);
250250
}
251251

0 commit comments

Comments
 (0)