fhdl/verilog: Switch tab to 4 spaces.
This commit is contained in:
parent
84c3e9c50e
commit
d30f780a87
|
@ -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 New Issue