From: Luke Kenneth Casson Leighton Date: Thu, 26 Jul 2018 07:53:57 +0000 (+0100) Subject: add tabs/indent X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e126158fb0777c8e85b18e1a41030b42640b7ed;p=pinmux.git add tabs/indent --- diff --git a/src/bsv/peripheral_gen/base.py b/src/bsv/peripheral_gen/base.py index d3bafad..caad20f 100644 --- a/src/bsv/peripheral_gen/base.py +++ b/src/bsv/peripheral_gen/base.py @@ -178,7 +178,7 @@ else""" n_ = "{0}{1}".format(n, count) n_ = '{0}.{1}'.format(n_, fname) n_ = self.ifname_tweak(pname, 'in', n_) - ret.append("mkConnection({1}, {0});".format(ps_, n_)) + ret.append("mkConnection({1},\n\t\t\t{0});".format(ps_, n_)) return '\n'.join(ret) def mk_cellconn(self, *args):