Add newlines to the end of files without them; enable warnings on compile

This commit is contained in:
2022-11-25 13:12:31 +00:00
parent ac0ad8efc2
commit 998cb11218
22 changed files with 23 additions and 22 deletions

View File

@@ -27,4 +27,4 @@ void timer_settime(struct timer *t, double interval);
void *arrfind(void *arr, int (*valid)(void *arr, void *cmp), void *cmp);
void arrwalk(void *arr, void (*fn)(void *data));
#endif
#endif