diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-16 13:12:13 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-18 16:47:40 +0200 |
commit | 62929ab02c7f8e93b3d7241df775acdf2a1e1b36 (patch) | |
tree | c814f25d710559a097df96da794dcfdca8426c8f /src/utils/cpp/path.hpp | |
parent | bf66b1cc04a0b1e13d53e6c52e44188753b932c4 (diff) | |
download | justbuild-62929ab02c7f8e93b3d7241df775acdf2a1e1b36.tar.gz |
Add missing #endif comments in headers
Diffstat (limited to 'src/utils/cpp/path.hpp')
-rw-r--r-- | src/utils/cpp/path.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/cpp/path.hpp b/src/utils/cpp/path.hpp index f9b937a1..77ea647c 100644 --- a/src/utils/cpp/path.hpp +++ b/src/utils/cpp/path.hpp @@ -59,4 +59,4 @@ return PathIsNonUpwards(applied_to.parent_path() / path); } -#endif +#endif // INCLUDED_SRC_UTILS_CPP_PATH_HPP |