astyle formatting
[ci skip]
This commit is contained in:
parent
0b6c726439
commit
4175902e36
@ -56,9 +56,9 @@ void nullPointer(char *p, int fd)
|
|||||||
// cppcheck-suppress nullPointer
|
// cppcheck-suppress nullPointer
|
||||||
// cppcheck-suppress utimeCalled
|
// cppcheck-suppress utimeCalled
|
||||||
utime(NULL, NULL);
|
utime(NULL, NULL);
|
||||||
// cppcheck-suppress nullPointer
|
// cppcheck-suppress nullPointer
|
||||||
read(fd,NULL,42);
|
read(fd,NULL,42);
|
||||||
// cppcheck-suppress nullPointer
|
// cppcheck-suppress nullPointer
|
||||||
write(fd,NULL,42);
|
write(fd,NULL,42);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user