Willy-JL 1 سال پیش
والد
کامیت
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);