Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / IR / LLVMContextImpl.h
index 41a898b42a757303c3e618e1812c15e78f632cfb..3a573362b4114f5dd379a3b1bb18d2198a8cde2f 100644 (file)
@@ -1025,6 +1025,6 @@ public:
   void dropTriviallyDeadConstantArrays();
 };
 
-} // namespace llvm
+}
 
 #endif