shithub: scc

Download patch

ref: 4c4b5df2ff7447e0969bc39e80da24c7adc61cb3
parent: a5716dd8a6da6a4222bdee14251299e51a92c293
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu Aug 13 02:16:48 EDT 2015

whitespace change

--- a/cc1/lex.c
+++ b/cc1/lex.c
@@ -48,7 +48,7 @@
 		if ((fp = fopen(fname, "r")) == NULL) {
 			die("error opening input '%s':%s",
 			    fname, strerror(errno));
-		}	
+		}
 	}
 	allocinput(fname, fp);
 	*input->begin = '\0';