Willy-JL 2 年之前
父節點
當前提交
e4efc2acc3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      magspoof/mag.c

+ 1 - 1
magspoof/mag.c

@@ -167,7 +167,7 @@ static void mag_free(Mag* mag) {
 // entry point for app
 int32_t mag_app(void* p) {
     UNUSED(p);
-    
+
     // Disable expansion protocol to avoid interference with UART Handle
     Expansion* expansion = furi_record_open(RECORD_EXPANSION);
     expansion_disable(expansion);