mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
fhdl/verilog: Switch tab to 4 spaces.
This commit is contained in:
parent
84c3e9c50e
commit
d30f780a87
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ from litex.build.tools import get_litex_git_revision
|
|||
# BANNER/TRAILER/SEPARATORS #
|
||||
# ------------------------------------------------------------------------------------------------ #
|
||||
|
||||
_tab = "\n"
|
||||
_tab = " "*4
|
||||
|
||||
def _print_banner(filename, device):
|
||||
return """\
|
||||
|
|
Loading…
Reference in a new issue