From 1b46a781bbfd516e339c8f167eed16b16eb4c8b5 Mon Sep 17 00:00:00 2001 From: ccgargantua Date: Mon, 11 Mar 2024 19:02:29 -0400 Subject: [PATCH] Added trailing newline to make clang happy --- test_compliance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_compliance.c b/test_compliance.c index 31c9702..8cd8132 100644 --- a/test_compliance.c +++ b/test_compliance.c @@ -7,4 +7,4 @@ int main(void) { return 0; -} \ No newline at end of file +}