ClangFormat: format '#if 0' code

Previous cleanups didn't account for space after '#'.
This commit is contained in:
Campbell Barton
2019-04-17 08:50:46 +02:00
parent 223f931095
commit a54bdd76cb
36 changed files with 291 additions and 183 deletions

View File

@@ -98,8 +98,8 @@ void *mmap(void *UNUSED(start), size_t len, int prot, int flags, int fd, off_t o
}
# if 0
if ( fd == -1 ) {
_set_errno( EBADF );
if (fd == -1) {
_set_errno(EBADF);
return MAP_FAILED;
}
# endif