fix missing newline at end of list.c (-Wnewline-eof complains about that)

Tue, 11 Nov 2025 18:39:18 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 11 Nov 2025 18:39:18 +0100
changeset 1487
0ff535033b78
parent 1486
717e472f18d9
child 1488
946895d19dde

fix missing newline at end of list.c (-Wnewline-eof complains about that)

src/list.c file | annotate | diff | comparison | revisions
--- a/src/list.c	Tue Nov 11 18:15:42 2025 +0100
+++ b/src/list.c	Tue Nov 11 18:39:18 2025 +0100
@@ -1128,4 +1128,4 @@
         return 0;
     }
     return list->cl->change_capacity(list, cxCollectionSize(list));
-}
\ No newline at end of file
+}

mercurial