style: apply clang-format and const qualifiers from master

This commit is contained in:
2026-03-09 12:54:55 +03:00
parent 507ef91b5f
commit 06463b75b4
7 changed files with 81 additions and 68 deletions

View File

@@ -379,7 +379,7 @@ log_database_export_to_flatfile(const gchar* const contact_jid)
g_slist_free_full(merged, (GDestroyNotify)ff_parsed_line_free);
fflush(fp);
fsync(fd); // ensure data is on disk before atomic rename
fsync(fd); // ensure data is on disk before atomic rename
fclose(fp); // also releases flock
// Atomic rename