astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2017-04-26 18:42:34 +02:00
parent 0b6c726439
commit 4175902e36
1 changed files with 2 additions and 2 deletions

View File

@ -56,9 +56,9 @@ void nullPointer(char *p, int fd)
// cppcheck-suppress nullPointer
// cppcheck-suppress utimeCalled
utime(NULL, NULL);
// cppcheck-suppress nullPointer
// cppcheck-suppress nullPointer
read(fd,NULL,42);
// cppcheck-suppress nullPointer
// cppcheck-suppress nullPointer
write(fd,NULL,42);
}