mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Remove unnecessary spaces in function signature
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
849c7b5708
commit
938d53e143
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user