From 67fba60f479c4018ee8c0627f7f31d2a02e79521 Mon Sep 17 00:00:00 2001 From: oxmox Date: Sat, 18 Feb 2023 12:11:52 +0100 Subject: [PATCH] fix two "No newline at end of file" warnings --- src/dp_common.c | 2 +- src/dp_common_c_test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dp_common.c b/src/dp_common.c index 41451bb..437f5a2 100644 --- a/src/dp_common.c +++ b/src/dp_common.c @@ -130,4 +130,4 @@ int dp_recv_new_msg_flags(nng_socket sock, nng_msg **msg_ptr, int flags) } return res; -} \ No newline at end of file +} diff --git a/src/dp_common_c_test.c b/src/dp_common_c_test.c index dc6d3a9..2de5b33 100644 --- a/src/dp_common_c_test.c +++ b/src/dp_common_c_test.c @@ -9,4 +9,4 @@ int main(int argc, char *argv[]) for (int i=0; i