[hackers] [scc] whitespace change || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Thu, 13 Aug 2015 07:50:50 +0200 (CEST)

commit 4c4b5df2ff7447e0969bc39e80da24c7adc61cb3
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Aug 13 06:16:48 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Thu Aug 13 06:16:48 2015 +0200

    whitespace change

diff --git a/cc1/lex.c b/cc1/lex.c
index 3aaba68..04f1aa4 100644
--- a/cc1/lex.c
+++ b/cc1/lex.c
_AT_@ -48,7 +48,7 @@ ilex(char *fname)
                 if ((fp = fopen(fname, "r")) == NULL) {
                         die("error opening input '%s':%s",
                             fname, strerror(errno));
- }
+ }
         }
         allocinput(fname, fp);
         *input->begin = '\0';
Received on Thu Aug 13 2015 - 07:50:50 CEST

This archive was generated by hypermail 2.3.0 : Thu Aug 13 2015 - 08:00:15 CEST