[hackers] [scc] [cc2] Fix small withespace problem || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Thu, 31 Mar 2016 18:24:48 +0200 (CEST)

commit a965a5c6461e7db37ee552cb06834b8444728e67
Author: Roberto E. Vargas Caballero <roberto.vargas_AT_igrid-td.com>
AuthorDate: Thu Mar 31 18:22:28 2016 +0200
Commit: Roberto E. Vargas Caballero <roberto.vargas_AT_igrid-td.com>
CommitDate: Thu Mar 31 18:24:36 2016 +0200

    [cc2] Fix small withespace problem

diff --git a/cc2/parser.c b/cc2/parser.c
index 193a503..2f71a20 100644
--- a/cc2/parser.c
+++ b/cc2/parser.c
_AT_@ -581,7 +581,7 @@ flddecl(void)
 }
 
 static void
-labeldcl( void)
+labeldcl(void)
 {
         Node *np;
         Symbol *sym;
Received on Thu Mar 31 2016 - 18:24:48 CEST

This archive was generated by hypermail 2.3.0 : Thu Mar 31 2016 - 18:36:25 CEST