From 8e801eb51741332fbdc7291368eb816463764847 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 25 May 2016 09:27:54 -0400 Subject: cmSystemTools: Fix indentation typo --- Source/cmSystemTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12