Skip to content

Commit

Permalink
Minimize diff
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Feb 6, 2024
1 parent df16ec9 commit ddcd72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/InstallationDirectories.cc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ std::string joinPaths(const std::string &_path1,
char replacement = '/';
#else
char replacement = '\\';
#endif
#endif // _WIN32

// Sanitize the start of the path.
size_t index = 0;
Expand Down Expand Up @@ -144,7 +144,7 @@ std::string joinPaths(const std::string &_path1,
#endif // _WIN32
return path;
}
} // namespace
}

inline namespace GZ_PHYSICS_VERSION_NAMESPACE {
#ifdef GZ_PHYSICS_BAZEL_BUILD
Expand Down

0 comments on commit ddcd72b

Please sign in to comment.