Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / GCOV.h
index c2e34bd3eaeb49a19663e82344c654bfc7e79e7e..138b9dbe0a37b180a092d51edb48feb3c12c4e6c 100644 (file)
@@ -435,6 +435,6 @@ private:
   FileCoverageList FileCoverages;
   FuncCoverageMap FuncCoverages;
 };
-}
+} // namespace llvm
 
 #endif