big whitespace cleanup
[pinmux.git] / src / bsv / peripheral_gen / base.py
index b1af594e282ab6892b65c7bcd988e551d6abbdf9..8b9a469af6c55c2614634aaf85a3f6b8d20898be 100644 (file)
@@ -576,7 +576,7 @@ class PeripheralInterfaces(object):
                     print "txt", txt
                     print self.data[name].mk_connection
                 ret.append(txt)
-        return '\n'.join(li(list(filter(None, ret)), 4))
+        return '\n'.join(li(list(filter(None, ret)), 12))
 
     def mk_connection(self, *args):
         ret = []