PEP8: fix E121: continuation line under-indented for hanging indent
[metze/samba/wip.git] / source3 / selftest / tests.py
index b6b300545dc5253728886580cc026a78a2d915ba..843dbec73927867200c65f52d7a44f688dc10738 100755 (executable)
@@ -23,9 +23,9 @@ sys.path.insert(0, os.path.normpath(os.path.join(os.path.dirname(__file__), "../
 import selftesthelpers
 from selftesthelpers import *
 smbtorture4_options.extend([
-   '--option=torture:sharedelay=100000',
+    '--option=torture:sharedelay=100000',
    '--option=torture:writetimeupdatedelay=500000',
-   ])
+    ])
 
 def plansmbtorture4testsuite(name, env, options, description=''):
     if description == '':