From 21a6c82687f160fa014b6806786002cb2a96546a Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Tue, 18 Mar 2008 10:09:04 +0000
Subject: [PATCH] Locking: remove an empty space at End Of Line

Reviewed-by: imsnah
---
 lib/locking.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/locking.py b/lib/locking.py
index 7ead1ca14..55ec70240 100644
--- a/lib/locking.py
+++ b/lib/locking.py
@@ -778,7 +778,7 @@ class GanetiLockManager:
             "You must own the Big Ganeti Lock before acquiring any other")
 
     # Check we don't own locks at the same or upper levels.
-    assert not self._upper_owned(level), ("Cannot acquire locks at a level" 
+    assert not self._upper_owned(level), ("Cannot acquire locks at a level"
            " while owning some at a greater one")
 
     # Acquire the locks in the set.
-- 
GitLab