From 0991ed70029a3a3d14f888c5c6d5d0772a6bdb5f Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Sun, 31 May 2009 22:28:12 +0200
Subject: [PATCH] Small whitespace change

---
 Ganeti/HTools/Cluster.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ganeti/HTools/Cluster.hs b/Ganeti/HTools/Cluster.hs
index 1062b7833..cf04f7f0b 100644
--- a/Ganeti/HTools/Cluster.hs
+++ b/Ganeti/HTools/Cluster.hs
@@ -639,7 +639,7 @@ tryReloc nl il xid 1 ex_idx =
         valid_idxes = map Node.idx valid_nodes
         sols1 = map (\x -> let (mnl, _, _, _) =
                                     applyMove nl inst (ReplaceSecondary x)
-                            in (mnl, [Container.find x nl])
+                           in (mnl, [Container.find x nl])
                      ) valid_idxes
     in return sols1
 
-- 
GitLab