Remove unnecessary spaces in function signature
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 19 Oct 2004 05:49:46 +0000 (05:49 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 19 Oct 2004 05:49:46 +0000 (05:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17139 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DerivedTypes.h

index add873ce2db50a1f2ca2cc8a160f4ae3d62db972..c133c57153d3634b4d64143fe8f5f3bd86e84c81 100644 (file)
@@ -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);