commit 1b2bcd0b455e35c6792bb1ce19859288e696a00a
Author:     Hiltjo Posthuma <[email protected]>
AuthorDate: Fri Jul 17 21:31:19 2015 +0200
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Fri Jul 17 22:34:35 2015 +0200

    whitespace fixes

diff --git a/cc1/cc1.h b/cc1/cc1.h
index 5a18e21..518ed6a 100644
--- a/cc1/cc1.h
+++ b/cc1/cc1.h
@@ -334,7 +334,7 @@ extern unsigned cppctx;
 extern Input *input;
 extern int lexmode;
 
-extern Type *voidtype, *pvoidtype, *booltype,  
+extern Type *voidtype, *pvoidtype, *booltype,
             *uchartype,   *chartype,
             *uinttype,    *inttype,
             *ushortype,   *shortype,
diff --git a/cc1/types.c b/cc1/types.c
index 1c8c328..72547b8 100644
--- a/cc1/types.c
+++ b/cc1/types.c
@@ -10,7 +10,6 @@
 
 #define NR_TYPE_HASH 16
 
-
 /*
  * Initializaion of type pointers were done with
  * a C99 initilizator '... = &(Type) {...', but

Reply via email to