Skip to content

Commit 88d4d1d

Browse files
Archcady0xc0170
authored andcommitted
exporter coding style fix
should use space instead of tab
1 parent c31d547 commit 88d4d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/makefile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Makefile(Exporter):
4040
"TEENSY3_1Code.binary_hook",
4141
"LPCTargetCode.lpc_patch",
4242
"LPC4088Code.binary_hook",
43-
"RTL8195ACode.binary_hook"
43+
"RTL8195ACode.binary_hook"
4444
])
4545

4646
def generate(self):

0 commit comments

Comments
 (0)