Remove some trailing whitespaces

This commit is contained in:
Stefan Bühler 2008-07-21 19:14:31 +02:00
parent 932809088d
commit 089ff81dd0
3 changed files with 4 additions and 5 deletions

View File

@ -16,7 +16,6 @@ def set_options(opt):
opt.tool_options('compiler_cc')
opt.add_option('--without-limits', action='store_false', help='without /etc/security/limits.conf support', dest = 'limits', default = True)
def tolist(x):
if type(x) is types.ListType:
return x