clang-format in src/

This commit is contained in:
Jasmine Iwanek
2022-09-18 17:11:43 -04:00
parent 2267153edd
commit e6dbaefeb1
35 changed files with 7113 additions and 7387 deletions

View File

@@ -245,7 +245,7 @@ ini_close(ini_t ini)
sec = (section_t *) list->next;
while (sec != NULL) {
ns = (section_t *) sec->list.next;
ns = (section_t *) sec->list.next;
ent = (entry_t *) sec->entry_head.next;
while (ent != NULL) {