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 --- icefuzz/tests/ioctrl_384.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icefuzz/tests/ioctrl_384.py') diff --git a/icefuzz/tests/ioctrl_384.py b/icefuzz/tests/ioctrl_384.py index ec8ddb8..e4c0739 100644 --- a/icefuzz/tests/ioctrl_384.py +++ b/icefuzz/tests/ioctrl_384.py @@ -19,7 +19,7 @@ for line in fileinput.input(): if line[0] == "IOB_1": iob = (current_tile[0], current_tile[1], 1) -if ren is None: +if ren is None: print("(%2d, %2d, %2d, ? , ? , ? )," % (iob[0], iob[1], iob[2])) else: print("(%2d, %2d, %2d, %2d, %2d, %2d)," % (iob[0], iob[1], iob[2], ren[0], ren[1], ren[2])) -- cgit v1.2.3