Remove whitespace
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Tue, 12 Mar 2019 04:04:18 +0000 (21:04 -0700)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Tue, 12 Mar 2019 04:04:18 +0000 (21:04 -0700)
TLB/test/test_cam.py

index 4c32707e7f818f7834baae8f94cbb5ddc160042e..ebf35ed1432a4f5cf373cb90d6792d507d2b5389 100644 (file)
@@ -196,7 +196,7 @@ def testbench(dut):
     single_match = 1
     yield from set_cam(dut, enable, write_enable, address, data) 
     yield
-    yield from check_single_match(dut, single_match, 0) 
+    yield from check_single_match(dut, single_match, 0)
 
     yield