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 --- include/ouroboros/serdes-oep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ouroboros/serdes-oep.h') diff --git a/include/ouroboros/serdes-oep.h b/include/ouroboros/serdes-oep.h index 54a8f009..69ba71a4 100644 --- a/include/ouroboros/serdes-oep.h +++ b/include/ouroboros/serdes-oep.h @@ -67,4 +67,4 @@ ssize_t enroll_ack_ser(const struct enroll_ack * ack, int enroll_ack_des(struct enroll_ack * ack, const buffer_t buf); -#endif /* OUROBOROS_LIB_SERDES_OEP_H*/ \ No newline at end of file +#endif /* OUROBOROS_LIB_SERDES_OEP_H*/ -- cgit v1.2.3