Remove extra space
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 21:03:14 +0000 (21:03 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 21:03:14 +0000 (21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@482 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ConstPoolVals.h

index c5f5d33b8a409810da2d219f41ae2135eb8715c4..931c9287e2fcc72a23bb6f2e107d5b8f9b0859e4 100644 (file)
@@ -99,7 +99,7 @@ class ConstPoolSInt : public ConstPoolInt {
 protected:
   ConstPoolSInt(const Type *Ty, int64_t V);
 public:
-  static ConstPoolSInt *get(const Type *Ty,  int64_t V);
+  static ConstPoolSInt *get(const Type *Ty, int64_t V);
 
   virtual string getStrValue() const;