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