From 612f7fd49992ab39a5ca2225002f5efbb710e30c Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Fri, 30 Mar 2012 12:44:51 +0200
Subject: [PATCH] Fix extra whitespace
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Sorry, didn't catch this before…

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenΓ© Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
(cherry picked from commit 54b010cad1ea0a536ed037bf315a04dd1c079964)

Signed-off-by: Michael Hanselmann <hansmi@google.com>
---
 lib/cmdlib.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/cmdlib.py b/lib/cmdlib.py
index 5af426c97..db91d9a47 100644
--- a/lib/cmdlib.py
+++ b/lib/cmdlib.py
@@ -9697,7 +9697,6 @@ class LUInstanceSetParams(LogicalUnit):
         self.LogWarning("Could not remove metadata for disk %d on node %s,"
                         " continuing anyway: %s", idx, pnode, msg)
 
-
   def Exec(self, feedback_fn):
     """Modifies an instance.
 
-- 
GitLab