Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Analysis / MemoryLocation.h
index ea69633a922cbdc147f79ecec87a03ee1dbe237f..426b49a3ecd7c100877811013264ac82bd49efc4 100644 (file)
@@ -137,6 +137,6 @@ template <> struct DenseMapInfo<MemoryLocation> {
     return LHS == RHS;
   }
 };
-} // namespace llvm
+}
 
 #endif