Manual whitespace cleanups and coding style fixes
Signed-off-by: Martin J. Bligh <mbligh@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1665 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/bin/harness.py b/client/bin/harness.py
index 86441b8..0e37b1e 100755
--- a/client/bin/harness.py
+++ b/client/bin/harness.py
@@ -34,7 +34,7 @@
if os.path.isdir(configd):
(name, dirs, files) = os.walk(configd).next()
job.config_set('kernel.default_config_set',
- [ configd + '/' ] + files)
+ [ configd + '/' ] + files)
def run_start(self):