mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +03:00
PEP8: fix E261: at least two spaces before inline comment
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:
@@ -351,9 +351,9 @@ def import_wins(samba4_winsdb, samba3_winsdb):
|
||||
rType = 0x0
|
||||
|
||||
if ttl > time.time():
|
||||
rState = 0x0 # active
|
||||
rState = 0x0 # active
|
||||
else:
|
||||
rState = 0x1 # released
|
||||
rState = 0x1 # released
|
||||
|
||||
nType = ((nb_flags & 0x60) >> 5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user