From c85d3b6448140d63ff371f020c59d627c2cb7ebf Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Fri, 15 Aug 2008 08:43:45 +0000
Subject: [PATCH] Whitespace fixes for remote API QA checks

Reviewed-by: ultrotter
---
 qa/qa_rapi.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/qa/qa_rapi.py b/qa/qa_rapi.py
index f45f6c4d7..f2f68f957 100644
--- a/qa/qa_rapi.py
+++ b/qa/qa_rapi.py
@@ -148,12 +148,12 @@ def TestInstance(instance):
   def _VerifyInstance(data):
     for entry in INSTANCE_FIELDS:
       AssertIn(entry, data)
-  
+
   def _VerifyInstancesList(data):
     for instance in data:
-      for entry in LIST_FIELDS: 
+      for entry in LIST_FIELDS:
         AssertIn(entry, instance)
-      
+
   def _VerifyInstancesBulk(data):
     for instance_data in data:
       _VerifyInstance(instance_data)
@@ -172,12 +172,12 @@ def TestNode(node):
   def _VerifyNode(data):
     for entry in NODE_FIELDS:
       AssertIn(entry, data)
-  
+
   def _VerifyNodesList(data):
     for node in data:
-      for entry in LIST_FIELDS: 
+      for entry in LIST_FIELDS:
         AssertIn(entry, node)
-  
+
   def _VerifyNodesBulk(data):
     for node_data in data:
       _VerifyNode(node_data)
-- 
GitLab