From 15eccdf124d13d8502ee5a23e73968e5208690f2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 30 Sep 2011 03:05:10 -0400 Subject: [PATCH] better output layout --- Command/Status.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Status.hs b/Command/Status.hs index 329d3f70bf..ad490cae82 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -167,4 +167,4 @@ staleSize label dirspec = do return $ s ++ aside "clean up with git-annex unused" aside :: String -> String -aside s = "\t(" ++ s ++ ")" +aside s = " (" ++ s ++ ")"