From faa700d552302c0bccb988a828bed8abde2ec74f Mon Sep 17 00:00:00 2001 From: Soikk Date: Mon, 24 Nov 2025 21:28:18 +0100 Subject: Removed newlines at the end of header files --- src/crc64/crc64.h | 2 +- src/headers/headers.h | 2 +- src/ipc/ipc.h | 2 +- src/mime/mime.h | 2 +- src/util/util.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/crc64/crc64.h b/src/crc64/crc64.h index e031e76..c1bd82c 100755 --- a/src/crc64/crc64.h +++ b/src/crc64/crc64.h @@ -8,4 +8,4 @@ uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l); -#endif +#endif \ No newline at end of file diff --git a/src/headers/headers.h b/src/headers/headers.h index 16ff876..37dd0ed 100755 --- a/src/headers/headers.h +++ b/src/headers/headers.h @@ -81,4 +81,4 @@ enum response_header { }; -#endif +#endif \ No newline at end of file diff --git a/src/ipc/ipc.h b/src/ipc/ipc.h index 5d240ec..652e62d 100755 --- a/src/ipc/ipc.h +++ b/src/ipc/ipc.h @@ -52,4 +52,4 @@ int send_ipc_message(int to, ipc_type type, str msg); ipc_msg receive_ipc_message(ipc_listener *il); void free_ipc_message(ipc_msg *im); -#endif +#endif \ No newline at end of file diff --git a/src/mime/mime.h b/src/mime/mime.h index dada0a3..084a66f 100644 --- a/src/mime/mime.h +++ b/src/mime/mime.h @@ -18,4 +18,4 @@ void free_mime_types(void); void print_mime_types(void); -#endif +#endif \ No newline at end of file diff --git a/src/util/util.h b/src/util/util.h index 6f447e6..9dd5a33 100755 --- a/src/util/util.h +++ b/src/util/util.h @@ -10,4 +10,4 @@ ((_a) ? (_b) : (!(_b))); \ }) -#endif +#endif \ No newline at end of file -- cgit v1.2.3