From b3d35ccadc745851514abc7d7aa26f41532ac914 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Mon, 31 Jul 2017 17:01:55 -0700 Subject: Squelch trailing whitespace --- icebox/icebox_html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icebox/icebox_html.py') diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py index d0288ce..98a65bb 100755 --- a/icebox/icebox_html.py +++ b/icebox/icebox_html.py @@ -556,7 +556,7 @@ if outdir is not None: print("Writing %s/index.html.." % outdir, file=stdout) sys.stdout = open("%s/index.html" % outdir, "w") print_index() - + for x in range(ic.max_x+1): for y in range(ic.max_y+1): if (x, y) in mktiles: @@ -571,7 +571,7 @@ if outdir is not None: os.system("icebox_chipdb %s > %s/%s" % ("-8" if mode8k else "", outdir, chipdbfile)) sys.stdout = stdout - + elif (tx, ty) == (0, 0): print_index() -- cgit v1.2.3