1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-13 13:29:50 +04:00

Update clang-format

This commit is contained in:
Georgii Surkov
2024-07-15 11:08:14 +01:00
parent 0d24aeedcd
commit d61295ac06
438 changed files with 3001 additions and 2987 deletions

View File

@@ -17,7 +17,7 @@ public:
RecordController(const char* record_name) {
name = record_name;
value = static_cast<TRecordClass*>(furi_record_open(name));
};
}
~RecordController() {
furi_record_close(name);