David Lee пре 1 година
родитељ
комит
8fc794fa95
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      models/subghz/xremote_sg_remote.c

+ 1 - 1
models/subghz/xremote_sg_remote.c

@@ -19,7 +19,7 @@ SubGhzRemote* xremote_sg_remote_alloc() {
     SubGhzRemote* remote = malloc(sizeof(SubGhzRemote));
     remote->name = furi_string_alloc();
     remote->filename = furi_string_alloc();
-    
+
     return remote;
 }