From fd8371710151335174aae1178f1d47f9c562e95a Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Wed, 15 Sep 2010 21:38:23 +0200
Subject: [PATCH] qa_rapi: Fix indentation error

If no function to verify the result was specified, qa_rapi._DoTests
wouldn't return the result.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 qa/qa_rapi.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qa/qa_rapi.py b/qa/qa_rapi.py
index 16a7a926a..9ceca5f14 100644
--- a/qa/qa_rapi.py
+++ b/qa/qa_rapi.py
@@ -124,7 +124,7 @@ def _DoTests(uris):
       else:
         AssertEqual(data, verify)
 
-      results.append(data)
+    results.append(data)
 
   return results
 
-- 
GitLab