From 37f4c17ebbb6cf4c441e73c2f877f976826ba832 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Fri, 18 Aug 2023 23:45:49 +0300 Subject: [PATCH] blank line after declaring variables --- tests/hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hello.c b/tests/hello.c index da142a4..368a804 100644 --- a/tests/hello.c +++ b/tests/hello.c @@ -7,5 +7,6 @@ int main(void) { int len; + len = _printf("Hello world"); }