Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Analysis / ModuleDebugInfoPrinter.cpp
index 36c47141a45ff9826aef6eaa80e3ef4c67e86ffb..45ae818c35bf15e6d77bae5ad61cd26cadfef6af 100644 (file)
@@ -40,7 +40,7 @@ namespace {
     }
     void print(raw_ostream &O, const Module *M) const override;
   };
-}
+} // namespace
 
 char ModuleDebugInfoPrinter::ID = 0;
 INITIALIZE_PASS(ModuleDebugInfoPrinter, "module-debuginfo",