commit ade8a7d7850cdb0d3df5229d86bab2c7532e1fff
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Thu Jun 2 13:09:31 2016 +0200
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Thu Jun 2 13:09:31 2016 +0200

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

diff --git a/driver/posix/scc.c b/driver/posix/scc.c
index 5c04947..1d5d0ef 100644
--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
@@ -231,7 +231,8 @@ main(int argc, char *argv[])
                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();

Reply via email to