Remove some trailing whitespaces
This commit is contained in:
parent
932809088d
commit
089ff81dd0
1
wscript
1
wscript
@ -16,7 +16,6 @@ def set_options(opt):
|
|||||||
opt.tool_options('compiler_cc')
|
opt.tool_options('compiler_cc')
|
||||||
opt.add_option('--without-limits', action='store_false', help='without /etc/security/limits.conf support', dest = 'limits', default = True)
|
opt.add_option('--without-limits', action='store_false', help='without /etc/security/limits.conf support', dest = 'limits', default = True)
|
||||||
|
|
||||||
|
|
||||||
def tolist(x):
|
def tolist(x):
|
||||||
if type(x) is types.ListType:
|
if type(x) is types.ListType:
|
||||||
return x
|
return x
|
||||||
|
Loading…
Reference in New Issue
Block a user