소스 검색

ufbt format

David Lee 2 년 전
부모
커밋
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;
 }