From: Misha Brukman Date: Tue, 19 Oct 2004 05:49:46 +0000 (+0000) Subject: Remove unnecessary spaces in function signature X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=938d53e143cd49c298756048a3b428b79a3cd8d6;p=oota-llvm.git Remove unnecessary spaces in function signature git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17139 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index add873ce2db..c133c57153d 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -328,7 +328,7 @@ public: /// static PackedType *get(const Type *ElementType, unsigned NumElements); - inline unsigned getNumElements() const { return NumElements; } + inline unsigned getNumElements() const { return NumElements; } // Implement the AbstractTypeUser interface. virtual void refineAbstractType(const DerivedType *OldTy, const Type *NewTy);