stronger autopep8 whitespace cleanup
[pinmux.git] / src / bsv / actual_pinmux.py
index 2be8fc99688fe22515f2e97d7abb9174efecfd74..7dd36655726aced033a5ccb76f26c495e61a5112 100644 (file)
@@ -53,7 +53,7 @@ def init(p, ifaces):
         # since the interfaces are always standard and cannot change from
         # user-to-user. Plus this also reduces human-error as well :)
         for i in range(0, len(cell) - 1):
-            cname = cell[i+1]
+            cname = cell[i + 1]
             temp = transfn(cname)
             x = ifaces.getifacetype(temp)
             print cname, temp, x