mirror of
https://github.com/reactos/CMake.git
synced 2024-12-16 16:16:33 +00:00
Merge topic 'style-cmSystemTools'
8e801eb5
cmSystemTools: Fix indentation typo
This commit is contained in:
commit
2a028b7898
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user