summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-26 13:52:02 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-05-26 13:52:02 (GMT)
commit2a028b78982f4509ba163900319c2dac7077bc52 (patch)
tree73fa695cba2b01db8c285f7b22d651bffe400492 /Source
parent7bfcfd59fbc23d1f3c5b5fe0f44b8ee23cba15cd (diff)
parent8e801eb51741332fbdc7291368eb816463764847 (diff)
downloadCMake-2a028b78982f4509ba163900319c2dac7077bc52.zip
CMake-2a028b78982f4509ba163900319c2dac7077bc52.tar.gz
CMake-2a028b78982f4509ba163900319c2dac7077bc52.tar.bz2
Merge topic 'style-cmSystemTools'
8e801eb5 cmSystemTools: Fix indentation typo
Diffstat (limited to 'Source')
-rw-r--r--Source/cmSystemTools.cxx2
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;