From 527d3b22a18a4c91ae028ef0fcb92d483786e8f6 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 30 Mar 2026 10:42:47 +0200 Subject: [PATCH] tests: Add missing newline at the end of file This is breaking MacOS and FreeBSD builds. Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- tests/unittests/torture_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittests/torture_options.c b/tests/unittests/torture_options.c index 1dd6bba4..efb323a5 100644 --- a/tests/unittests/torture_options.c +++ b/tests/unittests/torture_options.c @@ -3465,4 +3465,4 @@ torture_run_tests(void) #endif /* WITH_SERVER */ ssh_finalize(); return rc; -} \ No newline at end of file +}