summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSoikk2025-11-24 21:28:18 +0100
committerSoikk2025-11-24 21:28:18 +0100
commitfaa700d552302c0bccb988a828bed8abde2ec74f (patch)
tree2e43016a5d60b943a8f820678094455f2d98839b /src
parent87d07d0af0edb4cf490aa04c7bf906bd5d785861 (diff)
downloadsoikk-server-faa700d552302c0bccb988a828bed8abde2ec74f.tar.xz
soikk-server-faa700d552302c0bccb988a828bed8abde2ec74f.tar.zst
Removed newlines at the end of header files
Diffstat (limited to 'src')
-rwxr-xr-xsrc/crc64/crc64.h2
-rwxr-xr-xsrc/headers/headers.h2
-rwxr-xr-xsrc/ipc/ipc.h2
-rw-r--r--src/mime/mime.h2
-rwxr-xr-xsrc/util/util.h2
5 files changed, 5 insertions, 5 deletions
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