acegoal07 2 lat temu
rodzic
commit
86dde6c338
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      scences/emulation.c

+ 3 - 3
scences/emulation.c

@@ -119,7 +119,7 @@ int32_t nfc_playlist_emulation_task(void* context) {
                     furi_delay_ms(500);
                     time_counter_ms -= 500;
                 }
-            } 
+            }
 
             else if (strcasestr(file_ext, "nfc") == NULL) {
                 char popup_header_text[80];
@@ -134,7 +134,7 @@ int32_t nfc_playlist_emulation_task(void* context) {
                     time_counter_ms -= 500;
                 }
             }
-            
+
             else {
                 char popup_header_text[80];
                 snprintf(popup_header_text, 80, "%s\n%s", "Emulating:", file_name);
@@ -165,6 +165,6 @@ int32_t nfc_playlist_emulation_task(void* context) {
     furi_string_free(line);
     file_stream_close(stream);
     stream_free(stream);
-    // Close storage    
+    // Close storage
     return 0;
 }