From 0ad22aab146218ebd4d460e8065f1413d90c433b Mon Sep 17 00:00:00 2001
From: Luca Bigliardi <shammash@google.com>
Date: Fri, 16 Jul 2010 16:29:16 +0100
Subject: [PATCH] Fix epydoc warning "Lists must be indented."

Signed-off-by: Luca Bigliardi <shammash@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 lib/cmdlib.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/cmdlib.py b/lib/cmdlib.py
index 4efa0225b..4af75a145 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
-- 
GitLab