shithub: scc

Download patch

ref: fc1e7dfabe08378fbe519ea8885e836f685c984a
parent: d9c2814c687ef15992a986941d818962359e3b7b
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Jun 27 06:54:42 EDT 2015

Style change

--- a/cc1/cpp.c
+++ b/cc1/cpp.c
@@ -545,7 +545,7 @@
 	}
 	if (!iden(&s)) {
 		printerr("no macro name given in #%s directive",
-		      (isdef) ? "ifdef" : "ifndef");
+		         (isdef) ? "ifdef" : "ifndef");
 		return;
 	}
 	sym = lookup(NS_CPP);