diff options
author | Brad King <brad.king@kitware.com> | 2016-05-25 13:27:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-25 13:27:54 (GMT) |
commit | 8e801eb51741332fbdc7291368eb816463764847 (patch) | |
tree | c801b67a1216a25a0ec02f4ee6d1243fb19c73da /Source/cmSystemTools.cxx | |
parent | f4d3c44cc774871f6924304f1f0d3b05fd060f1a (diff) | |
download | CMake-8e801eb51741332fbdc7291368eb816463764847.zip CMake-8e801eb51741332fbdc7291368eb816463764847.tar.gz CMake-8e801eb51741332fbdc7291368eb816463764847.tar.bz2 |
cmSystemTools: Fix indentation typo
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index ed83069..f5819be 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -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; |