Willy-JL 2 yıl önce
ebeveyn
işleme
e4efc2acc3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);