diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-15 19:30:05 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-15 19:30:05 +0000 |
commit | f771bea7402f05f59b2857586de9934ff1c7bbf5 (patch) | |
tree | 8e8333abdd4cfae1ecc77e365aa451db7dedf69c | |
parent | d607491480761386ccc64ff1facc3208c6436e39 (diff) |
Remove extra space char
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17834 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/VMCore/AsmWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/AsmWriter.cpp b/lib/VMCore/AsmWriter.cpp index 22a0ca001a..0b10218ca4 100644 --- a/lib/VMCore/AsmWriter.cpp +++ b/lib/VMCore/AsmWriter.cpp @@ -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); |