diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-03-20 12:11:50 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2010-03-20 12:11:50 +0100 |
| commit | 773d15a70207b5c3389f3b8272553d7e3d4a272e (patch) | |
| tree | 30b0af862c38971547f0b823f54d6268a415cddb | |
| parent | maint: mbsalign: fix an edge case where we truncate too much (diff) | |
| download | coreutils-773d15a70207b5c3389f3b8272553d7e3d4a272e.tar.gz coreutils-773d15a70207b5c3389f3b8272553d7e3d4a272e.zip | |
maint: code formatting nit
* src/system.h (ST_NBLOCKS): Add space before paren.
| -rw-r--r-- | src/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h index bf6c9cebb..859b663b9 100644 --- a/src/system.h +++ b/src/system.h @@ -182,7 +182,7 @@ enum # define ST_NBLOCKS(statbuf) \ (S_ISREG ((statbuf).st_mode) \ || S_ISDIR ((statbuf).st_mode) \ - ? (statbuf).st_blocks * ST_BLKSIZE(statbuf)/ST_NBLOCKSIZE : 0) + ? (statbuf).st_blocks * ST_BLKSIZE (statbuf) / ST_NBLOCKSIZE : 0) # endif /* _CRAY */ # endif /* not AIX PS/2 */ # endif /* !hpux */ |
