This is the result of a batch reindent.py across our tree.
As Martin pointed out, we ought to be more careful and
create a pre-svn commit script to avoid inserting trash
in the tree, meanwhile, this is a good start to cleanup
things

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3487 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/tsc/tsc.py b/client/tests/tsc/tsc.py
index 7077784..5d69edd 100755
--- a/client/tests/tsc/tsc.py
+++ b/client/tests/tsc/tsc.py
@@ -26,7 +26,7 @@
                               (result.exit_status, result.command))
             ## Analyze result.stdout to see if it is possible to form qualified
             ## reason of failure and to raise an appropriate exception.
-            ## For this test we qualify the reason of failure if the 
+            ## For this test we qualify the reason of failure if the
             ## following conditions are met:
             ## (i) result.exit_status = 1
             ## (ii) result.stdout ends with 'FAIL'
@@ -57,5 +57,3 @@
             ## If we are here, we failed to qualify the reason of test failre
             ## Consider it as a test error
             raise error.TestError(default_reason)
-
-