commit 7e5aa153c76c44a936446c61e7f7fa0eb222fdcb
parent 99e91604a408ac2a75a72697a3572cd9c66c8c58
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;
-}
+}