diff --git a/hbal.hs b/hbal.hs
index 6eda3476033e238d36e40c139bba564447497a23..c791a57c3e648d39f27e378426980a9661caac81 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)