From 66d076c119f02b07c388fba2bc936531e506ca53 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Sun, 19 Jun 2022 01:19:44 -0500 Subject: [PATCH] Make twine.c a POSIX compliant file --- src/twine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twine.c b/src/twine.c index 19a095a..123318d 100644 --- a/src/twine.c +++ b/src/twine.c @@ -21,4 +21,4 @@ uint8_t gargoyle_cmp(const char *s1, const char *s2, uint16_t len, uint8_t flags } return *s1 == *s2; -} \ No newline at end of file +}