maint: code formatting nit
authorJim Meyering <meyering@redhat.com>
Sat, 20 Mar 2010 11:11:50 +0000 (12:11 +0100)
committerJim 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

index bf6c9cebb6b6c864a71c4dfb07bbb7dd3cd81794..859b663b9f0d6fbf5213d8ef397ff9397bf4f448 100644 (file)
@@ -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 */