Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / CodeGen / MachineJumpTableInfo.h
index adcd1d0de63d305e3aeddb62cc7db082f1e46763..b59b5852226476f315c0eb2b0350170d3d26e158 100644 (file)
@@ -125,6 +125,6 @@ public:
   void dump() const;
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif