From 62929ab02c7f8e93b3d7241df775acdf2a1e1b36 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 16 Sep 2024 13:12:13 +0200 Subject: Add missing #endif comments in headers --- src/other_tools/utils/parse_archive.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/utils/parse_archive.hpp') diff --git a/src/other_tools/utils/parse_archive.hpp b/src/other_tools/utils/parse_archive.hpp index bf7f02fc..198bfa48 100644 --- a/src/other_tools/utils/parse_archive.hpp +++ b/src/other_tools/utils/parse_archive.hpp @@ -43,4 +43,4 @@ auto ParseForeignFileDescription(ExpressionPtr const& repo_desc, const AsyncMapConsumerLoggerPtr& logger) -> std::optional; -#endif +#endif // INCLUDED_SRC_OTHER_TOOLS_UTILS_PARSE_ARCHIVE_HPP -- cgit v1.2.3