projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c872a1d
)
maint: code formatting nit
author
Jim Meyering
<meyering@redhat.com>
Sat, 20 Mar 2010 11:11:50 +0000
(12:11 +0100)
committer
Jim Meyering
<meyering@redhat.com>
Sat, 20 Mar 2010 11:11:50 +0000
(12:11 +0100)
* src/system.h (ST_NBLOCKS): Add space before paren.
src/system.h
patch
|
blob
|
history
diff --git
a/src/system.h
b/src/system.h
index bf6c9cebb6b6c864a71c4dfb07bbb7dd3cd81794..859b663b9f0d6fbf5213d8ef397ff9397bf4f448 100644
(file)
--- 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 */