Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / MutexGuard.h
index ea5861761acdb329bdad1ab27ad8fde6268eb1a0..07b64b611960448871b28f85c212f0f2a14ba05c 100644 (file)
@@ -36,6 +36,6 @@ namespace llvm {
     /// is held.
     bool holds(const sys::Mutex& lock) const { return &M == &lock; }
   };
-} // namespace llvm
+}
 
 #endif // LLVM_SUPPORT_MUTEXGUARD_H