Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Analysis / PostDominators.h
index 0f7e2b88d2d70a68bd0d7dabc79f284ef0a7590b..f654652a97c376751ed0b2e897c9c0820e85a418 100644 (file)
@@ -112,6 +112,6 @@ template <> struct GraphTraits<PostDominatorTree*>
   }
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif