shithub: scc

Download patch

ref: 051206f55c018f7f9b7660cb444c554f568df348
parent: 45e74e1d82c733ea83a2af7b06c2c897ff1df3e9
author: Roberto E. Vargas Caballero <[email protected]>
date: Sun Nov 16 01:11:56 EST 2014

Fix whites error

--- a/cc1/decl.c
+++ b/cc1/decl.c
@@ -52,7 +52,7 @@
 	do {
 		if (tp == &pars[NR_FUNPARAM])
 			error("too much parameters in function definition");
-		
+
 		if ((*tp++ = parameter()) == voidtype) {
 			if (n == 0)
 				break;