Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / UniqueLock.h
index c5f37a7b8ce0482349bb388bc33f8bd6dd5cba14..529284d3868bcd7d5fac784967f1d176ed169f00 100644 (file)
@@ -62,6 +62,6 @@ namespace llvm {
 
     bool owns_lock() { return locked; }
   };
-} // namespace llvm
+}
 
 #endif // LLVM_SUPPORT_UNIQUE_LOCK_H