exporter coding style fix

should use space instead of tab
pull/4438/head
Yuguo Zou 2017-05-23 11:12:28 +08:00 committed by Martin Kojtal
parent c31d5479be
commit 88d4d1d0f8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Makefile(Exporter):
"TEENSY3_1Code.binary_hook", "TEENSY3_1Code.binary_hook",
"LPCTargetCode.lpc_patch", "LPCTargetCode.lpc_patch",
"LPC4088Code.binary_hook", "LPC4088Code.binary_hook",
"RTL8195ACode.binary_hook" "RTL8195ACode.binary_hook"
]) ])
def generate(self): def generate(self):