]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(do_stat): Remove extra trailing newline from default formats.
authorJim Meyering <jim@meyering.net>
Mon, 2 Feb 2004 17:33:11 +0000 (17:33 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 2 Feb 2004 17:33:11 +0000 (17:33 +0000)
src/stat.c

index 57442dcbd18b3003989dde8cdf0dbf433da76b50..7b3efebc88eca0af16f949b9b22bacb5fdd0deb1 100644 (file)
@@ -671,7 +671,7 @@ do_stat (char const *filename, int follow_links, int terse,
                "Device: %Dh/%dd\tInode: %-10i  Links: %-5h"
                " Device type: %t,%T\n"
                "Access: (%04a/%10.10A)  Uid: (%5u/%8U)   Gid: (%5g/%8G)\n"
-               "Access: %x\n" "Modify: %y\n" "Change: %z\n";
+               "Access: %x\n" "Modify: %y\n" "Change: %z";
            }
          else
            {
@@ -680,7 +680,7 @@ do_stat (char const *filename, int follow_links, int terse,
                "  Size: %-10s\tBlocks: %-10b IO Block: %-6o %F\n"
                "Device: %Dh/%dd\tInode: %-10i  Links: %h\n"
                "Access: (%04a/%10.10A)  Uid: (%5u/%8U)   Gid: (%5g/%8G)\n"
-               "Access: %x\n" "Modify: %y\n" "Change: %z\n";
+               "Access: %x\n" "Modify: %y\n" "Change: %z";
            }
        }
     }