whitespace cleanup

This commit is contained in:
Axel Kohlmeyer
2017-08-10 21:14:40 -04:00
parent 52bec0f380
commit 6d24be8bb7
2 changed files with 6 additions and 6 deletions

View File

@ -45,12 +45,12 @@ while iarg < nargs:
if args[iarg] == "-m":
if iarg+2 > len(args): error()
machine = args[iarg+1]
iarg += 2
iarg += 2
elif args[iarg] == "-e":
if iarg+2 > len(args): error()
extraflag = True
suffix = args[iarg+1]
iarg += 2
iarg += 2
else: error()
# set lib from working dir