Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Support / Allocator.cpp
index 021037a2b3ddbac46247b58c2e1e521436849460..f48edac0598ce13ece81ec075fbfbb9b0ca35a10 100644 (file)
@@ -37,4 +37,4 @@ void PrintRecyclerStats(size_t Size,
          << "Number of elements free for recycling: " << FreeListSize << '\n';
 }
 
-} // namespace llvm
+}