There were whitespace errors as a result of the recent tabs to spaces conversion. This patch corrects those
Signed-off-by: Dylan Baker <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
