aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-20 11:30:28 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-20 11:30:28 +0000
commit9dbd94421304e4bfca9dfb4883a7299b3fb2fe27 (patch)
tree90608280101218f60c7d9181b913e92ba895799d /coreutils/stat.c
parent87dd90aa8ab4c88d3dee025044a419d8f2f49cd7 (diff)
downloadbusybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.tar.gz
busybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.tar.bz2
busybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.zip
fix accumulated whitespace and indentation damage
git-svn-id: svn://busybox.net/trunk/busybox@18176 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r--coreutils/stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c
index 37a924057..a2cdbfb29 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -416,7 +416,7 @@ static int do_statfs(char const *filename, char const *format)
416 format = (flags & OPT_TERSE 416 format = (flags & OPT_TERSE
417 ? (flags & OPT_SELINUX ? "%n %i %l %t %s %b %f %a %c %d %C\n": 417 ? (flags & OPT_SELINUX ? "%n %i %l %t %s %b %f %a %c %d %C\n":
418 "%n %i %l %t %s %b %f %a %c %d\n") 418 "%n %i %l %t %s %b %f %a %c %d\n")
419 : (flags & OPT_SELINUX ? 419 : (flags & OPT_SELINUX ?
420 " File: \"%n\"\n" 420 " File: \"%n\"\n"
421 " ID: %-8i Namelen: %-7l Type: %T\n" 421 " ID: %-8i Namelen: %-7l Type: %T\n"
422 "Block size: %-10s\n" 422 "Block size: %-10s\n"
@@ -531,7 +531,7 @@ static int do_stat(char const *filename, char const *format)
531 } 531 }
532#else 532#else
533 if (flags & OPT_TERSE) { 533 if (flags & OPT_TERSE) {
534 format = (flags & OPT_SELINUX ? 534 format = (flags & OPT_SELINUX ?
535 "%n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %o %C\n": 535 "%n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %o %C\n":
536 "%n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %o\n"); 536 "%n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %o\n");
537 } else { 537 } else {