diff options
| author | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-07-31 17:01:55 -0700 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2017-08-01 14:43:15 +0200 |
| commit | b3d35ccadc745851514abc7d7aa26f41532ac914 (patch) | |
| tree | f40f1f87157ec0c917dfea14319fc15db0b1757c /icebox/icebox_html.py | |
| parent | 607ee66cc1bdd37f8fc213b4b227cfebcd1d2c27 (diff) | |
Squelch trailing whitespace
Diffstat (limited to 'icebox/icebox_html.py')
| -rwxr-xr-x | icebox/icebox_html.py | 4 |
1 files changed, 2 insertions, 2 deletions
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() |
