mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
Added flipper_format_write_empty_line(...) (#4029)
* Added flipper_format_write_empty_line(...) * Format sources Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -518,6 +518,14 @@ bool flipper_format_write_comment(FlipperFormat* flipper_format, FuriString* dat
|
||||
*/
|
||||
bool flipper_format_write_comment_cstr(FlipperFormat* flipper_format, const char* data);
|
||||
|
||||
/** Write empty line (Improves readability for human based parsing)
|
||||
*
|
||||
* @param flipper_format Pointer to a FlipperFormat instance
|
||||
*
|
||||
* @return True on success
|
||||
*/
|
||||
bool flipper_format_write_empty_line(FlipperFormat* flipper_format);
|
||||
|
||||
/** Removes the first matching key and its value. Sets the RW pointer to a
|
||||
* position of deleted data.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user