diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-03-27 05:36:45 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-03-27 05:36:45 +0200 |
commit | a0974ef8b938c5ee38375fbf7e0af1b97d9ca71e (patch) | |
tree | b8effb4b9b2412e311ba7b503e2601de65e20651 | |
parent | 1bd6db17fd115fe9cf71c945b73381d7d4417c1a (diff) | |
download | kit-a0974ef8b938c5ee38375fbf7e0af1b97d9ca71e.zip |
Execcive empty line
-rw-r--r-- | gen_inl.c | 1 | ||||
-rw-r--r-- | include/kit.inl.h | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -126,7 +126,6 @@ int main(int argc, char **argv) { return 1; } - fprintf(out, "\n"); fprintf(out, "#endif\n"); fclose(out); diff --git a/include/kit.inl.h b/include/kit.inl.h index cfa123e..287765a 100644 --- a/include/kit.inl.h +++ b/include/kit.inl.h @@ -1114,5 +1114,4 @@ void kit_path_list_destroy(kit_path_list_t list) { DA_DESTROY(list.files); } - #endif |