Fix alignments.
authorTim 'mithro' Ansell <me@mith.ro>
Mon, 6 Apr 2020 23:49:52 +0000 (16:49 -0700)
committerTim 'mithro' Ansell <me@mith.ro>
Mon, 6 Apr 2020 23:51:14 +0000 (16:51 -0700)
litex_setup.py

index be5e819fc81a23b59eb7c52dd315652baa1489fe..59e8d1b2b0294d589c73f958fc3a16ef7921e792 100755 (executable)
@@ -11,10 +11,10 @@ current_path = os.path.dirname(os.path.realpath(__file__))
 # name,  (url, recursive clone, develop)
 repos = [
     # HDL
-    ("migen",      ("https://github.com/m-labs/",        True,  True)),
+    ("migen",        ("https://github.com/m-labs/",        True,  True)),
 
     # LiteX SoC builder
-    ("litex",      ("https://github.com/enjoy-digital/", True,  True)),
+    ("litex",        ("https://github.com/enjoy-digital/", True,  True)),
 
     # LiteX cores ecosystem
     ("liteeth",      ("https://github.com/enjoy-digital/", False, True)),
@@ -29,7 +29,7 @@ repos = [
     ("litespi",      ("https://github.com/litex-hub/",     False, True)),
 
     # LiteX boards support
-    ("litex-boards",   ("https://github.com/litex-hub/", False, True)),
+    ("litex-boards", ("https://github.com/litex-hub/",     False, True)),
 ]
 repos = OrderedDict(repos)