shithub: scc

Download patch

ref: 8f3b75a7c544312a9b182a614b63d18714a9b5fc
parent: a7e3b10d2eb8c277917a18fd235540ccc4064964
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Oct 30 17:23:41 EDT 2021

tests/libc: Whitespace change

--- a/tests/libc/execute/0008-longjmp.c
+++ b/tests/libc/execute/0008-longjmp.c
@@ -30,7 +30,7 @@
 	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 @@
 	printf("i = %d, v = %d\n", i, v);
 
 	return 0;
-} 
+}