diff options
author | Brad King <brad.king@kitware.com> | 2016-05-26 13:52:02 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-05-26 13:52:02 (GMT) |
commit | 2a028b78982f4509ba163900319c2dac7077bc52 (patch) | |
tree | 73fa695cba2b01db8c285f7b22d651bffe400492 /Source/cmSystemTools.cxx | |
parent | 7bfcfd59fbc23d1f3c5b5fe0f44b8ee23cba15cd (diff) | |
parent | 8e801eb51741332fbdc7291368eb816463764847 (diff) | |
download | CMake-2a028b78982f4509ba163900319c2dac7077bc52.zip CMake-2a028b78982f4509ba163900319c2dac7077bc52.tar.gz CMake-2a028b78982f4509ba163900319c2dac7077bc52.tar.bz2 |
Merge topic 'style-cmSystemTools'
8e801eb5 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 52278d0..7dece47 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; |