mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 14:08:35 +08:00
cmSystemTools: Fix indentation typo
This commit is contained in:
@@ -2154,7 +2154,7 @@ std::string::size_type cmSystemToolsFindRPath(std::string const& have,
|
|||||||
if (end < have.size() && have[end] != ':') {
|
if (end < have.size() && have[end] != ':') {
|
||||||
pos = beg + 1;
|
pos = beg + 1;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Return the position of the path portion.
|
// Return the position of the path portion.
|
||||||
return beg;
|
return beg;
|
||||||
|
Reference in New Issue
Block a user