shithub: scc

Download patch

ref: 95af25e88783f47b532bf9cd1803426ac422bb19
parent: 8598fc2ddda25582d489052e1e4668041ecb5d79
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Mar 31 14:22:28 EDT 2016

[cc2] Fix small withespace problem

--- a/cc2/parser.c
+++ b/cc2/parser.c
@@ -581,7 +581,7 @@
 }
 
 static void
-labeldcl( void)
+labeldcl(void)
 {
 	Node *np;
 	Symbol *sym;
--