diff options
-rw-r--r-- | include/llvm/Support/Allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Allocator.h b/include/llvm/Support/Allocator.h index 729cc67..a3010a3 100644 --- a/include/llvm/Support/Allocator.h +++ b/include/llvm/Support/Allocator.h @@ -57,6 +57,6 @@ public: void PrintStats() const; }; -} // end namespace clang +} // end namespace llvm #endif |