diff --git a/lib/cmdlib.py b/lib/cmdlib.py
index 4efa0225b949713e011f05e63f9fb3e7ba949e62..4af75a14589f04df06ccfdccc78c7ee1bdc0f1e6 100644
--- a/lib/cmdlib.py
+++ b/lib/cmdlib.py
@@ -1442,9 +1442,9 @@ class LUVerifyCluster(LogicalUnit):
   def _VerifyNode(self, ninfo, nresult):
     """Perform some basic validation on data returned from a node.
 
-    - check the result data structure is well formed and has all the mandatory
-      fields
-    - check ganeti version
+      - check the result data structure is well formed and has all the
+        mandatory fields
+      - check ganeti version
 
     @type ninfo: L{objects.Node}
     @param ninfo: the node to check