aboutsummaryrefslogtreecommitdiffstats
path: root/icebox/icebox_html.py
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-07-31 17:01:55 -0700
committerClifford Wolf <clifford@clifford.at>2017-08-01 14:43:15 +0200
commitb3d35ccadc745851514abc7d7aa26f41532ac914 (patch)
treef40f1f87157ec0c917dfea14319fc15db0b1757c /icebox/icebox_html.py
parent607ee66cc1bdd37f8fc213b4b227cfebcd1d2c27 (diff)
downloadicestorm-b3d35ccadc745851514abc7d7aa26f41532ac914.tar.gz
icestorm-b3d35ccadc745851514abc7d7aa26f41532ac914.tar.bz2
icestorm-b3d35ccadc745851514abc7d7aa26f41532ac914.zip
Squelch trailing whitespace
Diffstat (limited to 'icebox/icebox_html.py')
-rwxr-xr-xicebox/icebox_html.py4
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()