Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / FileUtilities.h
index 8a790dece225a339eb5de95ce815d31b9b63ed19..2ee2c60b9964b6159d2f26dfc6542d6411099909 100644 (file)
@@ -73,6 +73,6 @@ namespace llvm {
     /// will not be removed when the object is destroyed.
     void releaseFile() { DeleteIt = false; }
   };
-} // namespace llvm
+} // End llvm namespace
 
 #endif