This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  c7d14b1d26c8456c6135bf5f6b664446c27ef498 (commit)
       via  8e801eb51741332fbdc7291368eb816463764847 (commit)
      from  cec4fc067dccac3e84f1b82bf0f462520d0df742 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c7d14b1d26c8456c6135bf5f6b664446c27ef498
commit c7d14b1d26c8456c6135bf5f6b664446c27ef498
Merge: cec4fc0 8e801eb
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed May 25 09:29:26 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed May 25 09:29:26 2016 -0400

    Merge topic 'style-cmSystemTools' into next
    
    8e801eb5 cmSystemTools: Fix indentation typo


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8e801eb51741332fbdc7291368eb816463764847
commit 8e801eb51741332fbdc7291368eb816463764847
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed May 25 09:27:54 2016 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Wed May 25 09:27:54 2016 -0400

    cmSystemTools: Fix indentation typo

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;

-----------------------------------------------------------------------

Summary of changes:
 Source/cmSystemTools.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to