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