From 3c8e42957e0153d6b746e20b6903225cdba53e2d Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Wed, 11 Jan 2012 15:29:18 +0000 Subject: maint: fix minor whitespace issues The previous commit introduced a couple of spacing issues, luckily one of which caused a test to fail. * src/stat.c (default_format): Add a space so times are aligned. * src/tr.c (string2_extentd): Remove an extraneous space. --- src/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stat.c') diff --git a/src/stat.c b/src/stat.c index 8254ccc0f..9ae2d5a9b 100644 --- a/src/stat.c +++ b/src/stat.c @@ -1307,7 +1307,7 @@ default_format (bool fs, bool terse, bool device) _("Access: %x\n" "Modify: %y\n" "Change: %z\n" - "Birth: %w\n")); + " Birth: %w\n")); free (temp); } } -- cgit v1.2.3-54-g00ecf