Remove extra space char

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17834 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-11-15 19:30:05 +00:00
parent d607491480
commit f771bea740

View File

@ -671,7 +671,7 @@ public:
const Module* getModule() { return TheModule; }
private :
private:
void printModule(const Module *M);
void printSymbolTable(const SymbolTable &ST);
void printConstant(const Constant *CPV);