summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:14:13 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:26 +0200
commitb43408b383d06d7c0c87b8f6e9549544fc057bc2 (patch)
treea4c7f0a0eab976cc70266a8eb36195a45e59f95b /source3
parent5037731e0dad92c9d538eb3cd437b8b672df865b (diff)
downloadsamba-b43408b383d06d7c0c87b8f6e9549544fc057bc2.tar.gz
PEP8: fix E121: continuation line under-indented for hanging indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/selftest/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index b6b300545dc..843dbec7392 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -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 == '':