mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
PEP8: fix E271: multiple spaces after keyword
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:
@ -89,7 +89,7 @@ class inf_to_ldb(gp_ext_setter):
|
||||
sam_add = 10000000
|
||||
val = (self.val)
|
||||
val = int(val)
|
||||
return str(-(val * seconds * minutes * hours * sam_add))
|
||||
return str(-(val * seconds * minutes * hours * sam_add))
|
||||
|
||||
def mapper(self):
|
||||
'''ldap value : samba setter'''
|
||||
|
Reference in New Issue
Block a user