Skip to content

Commit 18b6f8d

Browse files
committed
exporter coding style fix
should use space instead of tab
1 parent c76c86f commit 18b6f8d

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)