From 773d15a70207b5c3389f3b8272553d7e3d4a272e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Mar 2010 12:11:50 +0100 Subject: maint: code formatting nit * src/system.h (ST_NBLOCKS): Add space before paren. --- src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3-54-g00ecf