PEP8: fix E202: whitespace before ')'
authorJoe Guo <joeg@catalyst.net.nz>
Mon, 30 Jul 2018 06:17:02 +0000 (18:17 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 24 Aug 2018 05:49:27 +0000 (07:49 +0200)
commit562411bd9587bdd011bd70e25f9763c38a8af401
treec2a3f2753ead19a35df6259cb1be3dd28dda4473
parenta9551edaeebdb2e8c209a843bae7088e60946e96
PEP8: fix E202: whitespace before ')'

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>
47 files changed:
lib/ldb-samba/tests/match_rules.py
python/samba/dbchecker.py
python/samba/join.py
python/samba/netcmd/computer.py
python/samba/netcmd/dbcheck.py
python/samba/netcmd/dns.py
python/samba/netcmd/drs.py
python/samba/netcmd/gpo.py
python/samba/netcmd/group.py
python/samba/netcmd/ldapcmp.py
python/samba/netcmd/ou.py
python/samba/netcmd/schema.py
python/samba/netcmd/user.py
python/samba/provision/__init__.py
python/samba/provision/backend.py
python/samba/remove_dc.py
python/samba/tests/password_hash_fl2003.py
python/samba/tests/password_hash_fl2008.py
python/samba/tests/s3idmapdb.py
python/samba/tests/s3param.py
python/samba/tests/s3passdb.py
python/samba/tests/s3registry.py
python/samba/tests/s3windb.py
python/samba/tests/samba3sam.py
python/samba/tests/samba_tool/dnscmd.py
python/samba/tests/samba_tool/user.py
python/samba/upgradehelpers.py
script/autobuild.py
script/generate_param.py
source3/script/tests/test_wbinfo_sids2xids_int.py
source3/selftest/tests.py
source4/dsdb/samdb/ldb_modules/tests/possibleinferiors.py
source4/dsdb/tests/python/acl.py
source4/dsdb/tests/python/deletetest.py
source4/dsdb/tests/python/dirsync.py
source4/dsdb/tests/python/ldap.py
source4/dsdb/tests/python/passwords.py
source4/dsdb/tests/python/sam.py
source4/dsdb/tests/python/sec_descriptor.py
source4/dsdb/tests/python/tombstone_reanimation.py
source4/dsdb/tests/python/user_account_control.py
source4/scripting/devel/speedtest.py
source4/selftest/tests.py
source4/torture/drs/python/repl_rodc.py
wintest/test-s3.py
wintest/test-s4-howto.py
wintest/wintest.py