Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / MC / MachineLocation.h
index 2a18615eff6253367ecbc74ccda6747c65970628..1c421821ce9dad8f545f607fafb3655b0bb424de 100644 (file)
@@ -78,6 +78,6 @@ inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
   return !(LHS == RHS);
 }
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif