Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / CodeGen / VirtRegMap.h
index 5b771d068fb8ad8eca464fddb2a54a237fe2e182..d7e92094877d1fbbf83e4a0e1d5bcb27d916fe72 100644 (file)
@@ -185,6 +185,6 @@ namespace llvm {
     VRM.print(OS);
     return OS;
   }
-} // namespace llvm
+} // End llvm namespace
 
 #endif