Browse Source

Merge topic 'style-cmSystemTools'

8e801eb5 cmSystemTools: Fix indentation typo
Brad King 9 years ago
parent
commit
2a028b7898
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmSystemTools.cxx

+ 1 - 1
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;