diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2023-02-27 17:07:42 +0100 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2023-02-27 20:59:06 +0100 |
commit | 58907519b378a3054f58f945f95115be243347f3 (patch) | |
tree | 83610c758452be337b5e10c766611d432d31c736 /src | |
parent | 84b4ddc20e130ce54899f5e7c7a633fd19ecd05c (diff) | |
download | justbuild-58907519b378a3054f58f945f95115be243347f3.tar.gz |
Just-MR: Whitespace fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/other_tools/root_maps/commit_git_map.hpp | 2 | ||||
-rw-r--r-- | src/other_tools/root_maps/fpath_git_map.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp index d00c89d1..1a0252dd 100644 --- a/src/other_tools/root_maps/commit_git_map.hpp +++ b/src/other_tools/root_maps/commit_git_map.hpp @@ -63,4 +63,4 @@ void EnsureCommit(GitRepoInfo const& repo_info, CommitGitMap::SetterPtr const& ws_setter, CommitGitMap::LoggerPtr const& logger); -#endif // INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_COMMIT_GIT_MAP_HPP
\ No newline at end of file +#endif // INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_COMMIT_GIT_MAP_HPP diff --git a/src/other_tools/root_maps/fpath_git_map.cpp b/src/other_tools/root_maps/fpath_git_map.cpp index 70aff153..d8de9fa1 100644 --- a/src/other_tools/root_maps/fpath_git_map.cpp +++ b/src/other_tools/root_maps/fpath_git_map.cpp @@ -176,4 +176,4 @@ auto CreateFilePathGitMap( }; return AsyncMapConsumer<std::filesystem::path, nlohmann::json>(dir_to_git, jobs); -}
\ No newline at end of file +} |