commit 8f3b75a7c544312a9b182a614b63d18714a9b5fc
parent a7e3b10d2eb8c277917a18fd235540ccc4064964
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Sat, 30 Oct 2021 21:23:41 +0200
tests/libc: Whitespace change
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/libc/execute/0008-longjmp.c b/tests/libc/execute/0008-longjmp.c
@@ -30,7 +30,7 @@ main()
if (!setjmp(recover)) {
i = 1;
v = 2;
- test("test 1", 1);
+ test("test 1", 1);
}
printf("i = %d, v = %d\n", i, v);
@@ -42,4 +42,4 @@ main()
printf("i = %d, v = %d\n", i, v);
return 0;
-}
+}