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

From: <git_AT_suckless.org>
Date: Tue, 13 Dec 2016 17:59:11 +0100 (CET)

commit b35216888064e8e719e5ad4facc54ca26386afde
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Dec 13 17:58:03 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Tue Dec 13 17:58:03 2016 +0100

    [cc1] Small whitespace change

diff --git a/cc1/types.c b/cc1/types.c
index 3915a16..39f5bce 100644
--- a/cc1/types.c
+++ b/cc1/types.c
_AT_@ -345,6 +345,7 @@ eqtype(Type *tp1, Type *tp2, int equiv)
                 return 0;
         if (tp1->op != tp2->op)
                 return 0;
+
         switch (tp1->op) {
         case UNION:
         case STRUCT:
Received on Tue Dec 13 2016 - 17:59:11 CET

This archive was generated by hypermail 2.3.0 : Tue Dec 13 2016 - 18:00:49 CET