shithub: scc

Download patch

ref: d0e5ea2107b6e7ebe743a4f6eb5be4953cdf519d
parent: cf960fb35d42abc7516f45b87f246598796f476b
author: Roberto E. Vargas Caballero <[email protected]>
date: Tue Dec 13 12:58:03 EST 2016

[cc1] Small whitespace change

--- a/cc1/types.c
+++ b/cc1/types.c
@@ -345,6 +345,7 @@
 		return 0;
 	if (tp1->op != tp2->op)
 		return 0;
+
 	switch (tp1->op) {
 	case UNION:
 	case STRUCT: