[Piglit] [V2 PATCH 10/12] piglit-summary-junit.py: Fixes whitespace errors

Dylan Baker baker.dylan.c at gmail.com
Fri Jun 28 06:49:27 PDT 2013


There were whitespace errors as a result of the recent tabs to spaces
conversion. This patch corrects those

Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 piglit-summary-junit.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/piglit-summary-junit.py b/piglit-summary-junit.py
index 8c492ed..e6dd699 100755
--- a/piglit-summary-junit.py
+++ b/piglit-summary-junit.py
@@ -111,14 +111,14 @@ class Writer:
 def main():
     parser = argparse.ArgumentParser()
     parser.add_argument("-o", "--output",
-                                            metavar = "<Output File>",
-                                            action  = "store",
-                                            dest    = "output",
-                                            default = "piglit.xml",
-                                            help    = "Output filename")
+						metavar = "<Output File>",
+						action  = "store",
+						dest    = "output",
+						default = "piglit.xml",
+						help    = "Output filename")
     parser.add_argument("testResults",
-                                            metavar = "<Input Files>",
-                                            help    = "JSON results file to be converted")
+						metavar = "<Input Files>",
+						help    = "JSON results file to be converted")
     args = parser.parse_args()
 
 
-- 
1.8.1.4



More information about the Piglit mailing list