Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / Memory.h
index 6abb17aff8c63ea34ec26ef4116cceec15dd95d4..b4305cb697d0c720d254f3c17badb8938895add1 100644 (file)
@@ -155,7 +155,7 @@ namespace sys {
     /// as writable.
     static bool setRangeWritable(const void *Addr, size_t Size);
   };
-} // namespace sys
-} // namespace llvm
+}
+}
 
 #endif