瀏覽代碼

optimize code format

SummerGift 8 年之前
父節點
當前提交
1638dc5330
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      port/mpy_main.c

+ 1 - 1
port/mpy_main.c

@@ -140,7 +140,7 @@ void MP_WEAK __assert_func(const char *file, int line, const char *func, const c
 
 int DEBUG_printf(const char *format, ...)
 {
-	static char log_buf[512];
+    static char log_buf[512];
     va_list args;
 
     /* args point to the first variable parameter */