summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-03-20 12:11:50 +0100
committerJim Meyering <meyering@redhat.com>2010-03-20 12:11:50 +0100
commit773d15a70207b5c3389f3b8272553d7e3d4a272e (patch)
tree30b0af862c38971547f0b823f54d6268a415cddb /src/system.h
parentc872a1d8a51617c2ec76423da6f76ef2208f30d9 (diff)
downloadcoreutils-773d15a70207b5c3389f3b8272553d7e3d4a272e.tar.xz
maint: code formatting nit
* src/system.h (ST_NBLOCKS): Add space before paren.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
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 */