Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Analysis / InstCount.cpp
index de2b9c0c56dba4573838e7ddbca9e9dc7c4dc29d..e76d26e8530bc37d8e792c1e5342f9c9c3d6eeb1 100644 (file)
@@ -64,7 +64,7 @@ namespace {
     void print(raw_ostream &O, const Module *M) const override {}
 
   };
     void print(raw_ostream &O, const Module *M) const override {}
 
   };
-}
+} // namespace
 
 char InstCount::ID = 0;
 INITIALIZE_PASS(InstCount, "instcount",
 
 char InstCount::ID = 0;
 INITIALIZE_PASS(InstCount, "instcount",