Browse Source

ufbt format

David Lee 2 năm trước cách đây
mục cha
commit
8fc794fa95
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }