aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/tests/ip/make_html_table.py
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2017-11-28 11:00:51 +0000
committerDavid Shah <davey1576@gmail.com>2017-11-28 11:00:51 +0000
commitf1025dbd887f5e8068833393cea8d8c036936396 (patch)
tree44ddb0229f9989f3ed5eb610f46c4b7cf7865153 /icefuzz/tests/ip/make_html_table.py
parent70d295212aeb08a71c063d26487b29941e0ebc20 (diff)
downloadicestorm-f1025dbd887f5e8068833393cea8d8c036936396.tar.gz
icestorm-f1025dbd887f5e8068833393cea8d8c036936396.tar.bz2
icestorm-f1025dbd887f5e8068833393cea8d8c036936396.zip
Add uncommitted changes and tidy up some files
Diffstat (limited to 'icefuzz/tests/ip/make_html_table.py')
-rwxr-xr-xicefuzz/tests/ip/make_html_table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/tests/ip/make_html_table.py b/icefuzz/tests/ip/make_html_table.py
index 3d8cb70..0bea73d 100755
--- a/icefuzz/tests/ip/make_html_table.py
+++ b/icefuzz/tests/ip/make_html_table.py
@@ -43,4 +43,4 @@ for print_t in ["SB", "G", "CBIT"]:
x, y, name = entry
print("<td>%s(%d, %d, %s)%s</td>" % (em_o, x, y, name, em_c), end='')
print("</tr>")
-print ("</table>") \ No newline at end of file
+print ("</table>")