From 938d53e143cd49c298756048a3b428b79a3cd8d6 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 19 Oct 2004 05:49:46 +0000 Subject: [PATCH] Remove unnecessary spaces in function signature git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17139 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DerivedTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);