1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 20:46:37 +08:00

cmSystemTools: Fix indentation typo

This commit is contained in:
Brad King
2016-05-25 09:27:54 -04:00
parent f4d3c44cc7
commit 8e801eb517

View File

@@ -2154,7 +2154,7 @@ std::string::size_type cmSystemToolsFindRPath(std::string const& have,
if (end < have.size() && have[end] != ':') {
pos = beg + 1;
continue;
}
}
// Return the position of the path portion.
return beg;