shithub: scc

Download patch

ref: f8fbc1dd568bb33610e5f11ac459d58476eb0643
parent: 41bef85434965386c93e3eb76e4f26e460ff5c13
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Aug 23 12:25:29 EDT 2019

[ld] Whitespace change

--- a/src/cmd/ld/pass1.c
+++ b/src/cmd/ld/pass1.c
@@ -178,7 +178,7 @@
 		error("out of memory");
 		return;
 	}
- 
+
 	if (bintype != -1 && bintype != type) {
 		error("not compatible object file");
 		goto delete;