Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index 94610cabf566d761428bc082fa7c0d906a7f11d9..d838cad82b0deb88fab5f080059c8285c782f287 100644 (file)
@@ -546,6 +546,6 @@ template <> struct GraphTraits<Inverse<const MachineFunction*> > :
   }
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif