From a23b29ea4c1bd9d0407b2b070eb2dc9ad15e71cc Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Mon, 19 Feb 2024 12:54:06 +0100 Subject: build: Fix missing newlines at end of file Some files had a newline at the end, others didn't. Now they all do. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/ipcpd/unicast/dir/dht.proto | 2 +- src/irmd/irmd.h | 2 +- src/irmd/reg/CMakeLists.txt | 2 +- src/irmd/reg/proc.c | 2 +- src/irmd/reg/prog.c | 2 +- src/irmd/reg/tests/flow_test.c | 2 +- src/irmd/reg/tests/ipcp_test.c | 2 +- src/irmd/reg/tests/name_test.c | 2 +- src/irmd/reg/tests/prog_test.c | 2 +- src/irmd/reg/tests/reg_test.c | 2 +- src/lib/.gitignore | 2 +- src/lib/pb/cacep.proto | 2 +- src/lib/serdes-oep.c | 2 +- src/lib/tests/hash_test.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'src') diff --git a/src/ipcpd/unicast/dir/dht.proto b/src/ipcpd/unicast/dir/dht.proto index bf58dc2e..4c5b06db 100644 --- a/src/ipcpd/unicast/dir/dht.proto +++ b/src/ipcpd/unicast/dir/dht.proto @@ -42,4 +42,4 @@ message dht_msg { optional uint32 t_expire = 11; optional uint32 t_refresh = 12; optional uint32 t_replicate = 13; -} \ No newline at end of file +} diff --git a/src/irmd/irmd.h b/src/irmd/irmd.h index 6db8b5bd..cf8f6953 100644 --- a/src/irmd/irmd.h +++ b/src/irmd/irmd.h @@ -51,4 +51,4 @@ int bind_program(char ** exec, const char * name, uint8_t flags); -#endif /* OUROBOROS_IRMD_H*/ \ No newline at end of file +#endif /* OUROBOROS_IRMD_H*/ diff --git a/src/irmd/reg/CMakeLists.txt b/src/irmd/reg/CMakeLists.txt index 64fc3bee..ff9d2e99 100644 --- a/src/irmd/reg/CMakeLists.txt +++ b/src/irmd/reg/CMakeLists.txt @@ -4,4 +4,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) include_directories(${CMAKE_SOURCE_DIR}/include) include_directories(${CMAKE_BINARY_DIR}/include) -add_subdirectory(tests) \ No newline at end of file +add_subdirectory(tests) diff --git a/src/irmd/reg/proc.c b/src/irmd/reg/proc.c index 24d10fc1..9bbdf0eb 100644 --- a/src/irmd/reg/proc.c +++ b/src/irmd/reg/proc.c @@ -180,4 +180,4 @@ bool reg_proc_has_name(const struct reg_proc * proc, const char * name) { return __reg_proc_get_name(proc, name) != NULL; -} \ No newline at end of file +} diff --git a/src/irmd/reg/prog.c b/src/irmd/reg/prog.c index 5429774a..9b9e7510 100644 --- a/src/irmd/reg/prog.c +++ b/src/irmd/reg/prog.c @@ -171,4 +171,4 @@ bool reg_prog_has_name(const struct reg_prog * prog, const char * name) { return __reg_prog_get_name(prog, name) != NULL; -} \ No newline at end of file +} diff --git a/src/irmd/reg/tests/flow_test.c b/src/irmd/reg/tests/flow_test.c index efdf21d2..f9d23fd1 100644 --- a/src/irmd/reg/tests/flow_test.c +++ b/src/irmd/reg/tests/flow_test.c @@ -291,4 +291,4 @@ int flow_test(int argc, ret |= test_flow_data(); return ret; -} \ No newline at end of file +} diff --git a/src/irmd/reg/tests/ipcp_test.c b/src/irmd/reg/tests/ipcp_test.c index 4e0a764b..fb8ba71b 100644 --- a/src/irmd/reg/tests/ipcp_test.c +++ b/src/irmd/reg/tests/ipcp_test.c @@ -86,4 +86,4 @@ int ipcp_test(int argc, res |= test_reg_ipcp_create(); return res; -} \ No newline at end of file +} diff --git a/src/irmd/reg/tests/name_test.c b/src/irmd/reg/tests/name_test.c index e2ceb0fc..48f132e9 100644 --- a/src/irmd/reg/tests/name_test.c +++ b/src/irmd/reg/tests/name_test.c @@ -280,4 +280,4 @@ int name_test(int argc, res |= test_reg_name_add_active(LB_SPILL); return res; -} \ No newline at end of file +} diff --git a/src/irmd/reg/tests/prog_test.c b/src/irmd/reg/tests/prog_test.c index 2565204b..5e6931d8 100644 --- a/src/irmd/reg/tests/prog_test.c +++ b/src/irmd/reg/tests/prog_test.c @@ -102,4 +102,4 @@ int prog_test(int argc, ret |= test_reg_prog_add_name(); return ret; -} \ No newline at end of file +} diff --git a/src/irmd/reg/tests/reg_test.c b/src/irmd/reg/tests/reg_test.c index 35290caf..f840a3e0 100644 --- a/src/irmd/reg/tests/reg_test.c +++ b/src/irmd/reg/tests/reg_test.c @@ -1580,4 +1580,4 @@ int reg_test(int argc, ret |= test_wait_proc(); return ret; -} \ No newline at end of file +} diff --git a/src/lib/.gitignore b/src/lib/.gitignore index 8704469b..3ecaf66d 100644 --- a/src/lib/.gitignore +++ b/src/lib/.gitignore @@ -1 +1 @@ -*.pb-c.[ch] \ No newline at end of file +*.pb-c.[ch] diff --git a/src/lib/pb/cacep.proto b/src/lib/pb/cacep.proto index fbec5bfc..166e261d 100644 --- a/src/lib/pb/cacep.proto +++ b/src/lib/pb/cacep.proto @@ -36,4 +36,4 @@ message cacep_msg { repeated int32 supp_syntax = 6; optional fixed_conc_syntax_msg syntax_spec = 7; required uint64 address = 8; -} \ No newline at end of file +} diff --git a/src/lib/serdes-oep.c b/src/lib/serdes-oep.c index 5c1b4afc..f92011c5 100644 --- a/src/lib/serdes-oep.c +++ b/src/lib/serdes-oep.c @@ -159,4 +159,4 @@ int enroll_ack_des(struct enroll_ack * ack, enroll_ack_msg__free_unpacked(msg, NULL); return 0; -} \ No newline at end of file +} diff --git a/src/lib/tests/hash_test.c b/src/lib/tests/hash_test.c index b1605444..1e618e48 100644 --- a/src/lib/tests/hash_test.c +++ b/src/lib/tests/hash_test.c @@ -179,4 +179,4 @@ int hash_test(int argc, ret |= test_sha3(); return ret; -} \ No newline at end of file +} -- cgit v1.2.3