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