]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(print_header): Fix inode format header to line it up
authorJim Meyering <jim@meyering.net>
Wed, 14 Jan 1998 08:52:56 +0000 (08:52 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 14 Jan 1998 08:52:56 +0000 (08:52 +0000)
with the rest of the output.

src/df.c

index b0b8a796668d2427ea70bca8fe4ef7bef3b4af09..4719502b09fc04c4cfc81823f3f725e1890f55d1 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -141,7 +141,7 @@ print_header (void)
     printf ("       ");
 
   if (inode_format)
-    printf ("   Inodes   IUsed   IFree  %%IUsed");
+    printf ("    Inodes   IUsed   IFree  %%IUsed");
   else
     if (output_units == 1024 * 1024)
       printf (" MB-blocks    Used Available Capacity");