mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
PEP8: fix E111: indentation is not a multiple of four
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>
This commit is contained in:
@ -44,7 +44,7 @@ def toArray((handle, array, num_entries)):
|
||||
for x in range(num_entries):
|
||||
ret.append((array.entries[x].idx, array.entries[x].name))
|
||||
return ret
|
||||
|
||||
|
||||
|
||||
def test_Connect(samr):
|
||||
"""test the samr_Connect interface"""
|
||||
@ -98,8 +98,8 @@ def test_EnumDomains(samr, handle):
|
||||
samr.Close(dom_handle)
|
||||
|
||||
if len(sys.argv) != 2:
|
||||
print "Usage: samr.js <BINDING>"
|
||||
sys.exit(1)
|
||||
print "Usage: samr.js <BINDING>"
|
||||
sys.exit(1)
|
||||
|
||||
binding = sys.argv[1]
|
||||
|
||||
|
Reference in New Issue
Block a user