Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / IR / Value.h
index b175e0ee96976a6b8d779c69b1c67bec90fa4d7d..6b36ba6debfbc339009d593c40b102f555c0a2aa 100644 (file)
@@ -716,6 +716,6 @@ inline LLVMValueRef *wrap(const Value **Vals) {
   return reinterpret_cast<LLVMValueRef*>(const_cast<Value**>(Vals));
 }
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif