Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Support / FileOutputBuffer.cpp
index 6f064c9836115b3f1050e393c3731e4fcea0ee53..307ff09afedc1a350e18dce03dec155902e26c02 100644 (file)
@@ -109,4 +109,4 @@ std::error_code FileOutputBuffer::commit() {
   // Rename file to final name.
   return sys::fs::rename(Twine(TempPath), Twine(FinalPath));
 }
-} // namespace llvm
+} // namespace