shithub: scc

Download patch

ref: 1dd9f7aa2c5cbd709907e764f643e8a561d11433
parent: 08c868015e1f07dba3ed4b0c960e48a4a69ee7c6
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu Jun 2 09:09:31 EDT 2016

Repeat with me, "I always will respect the 80 columns rule"

--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
@@ -231,7 +231,8 @@
 		arch = EARGF(usage());
 		break;
 	case '-':
-		fprintf(stderr, "scc: ignored parameter --%s\n", EARGF(usage()));
+		fprintf(stderr,
+		        "scc: ignored parameter --%s\n", EARGF(usage()));
 		break;
 	default:
 		usage();