From 926c35b10f15835da29488f1d504bb11afa523a8 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 23 May 2009 23:32:52 +0100 Subject: [PATCH] Some small layout changes --- hbal.hs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hbal.hs b/hbal.hs index 6eda347..c791a57 100644 --- a/hbal.hs +++ b/hbal.hs @@ -201,13 +201,10 @@ main = do else n) fixed_nl when (Container.size il == 0) $ do - (if oneline then - putStrLn $ formatOneline 0 0 0 - else - printf "Cluster is empty, exiting.\n") + (if oneline then putStrLn $ formatOneline 0 0 0 + else printf "Cluster is empty, exiting.\n") exitWith ExitSuccess - unless oneline $ printf "Loaded %d nodes, %d instances\n" (Container.size nl) (Container.size il) -- 1.7.10.4