Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Analysis / Interval.h
index 01eba3f16c014f13e51335cfcfb2c262bfbb9bfe..cbdb0c0334996409e9178ea3378fb6bac4a9b25e 100644 (file)
@@ -145,6 +145,6 @@ template <> struct GraphTraits<Inverse<Interval*> > {
   }
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif