[Cmake-commits] CMake branch, next, updated. v3.2.2-3126-g07b8f71

Stephen Kelly steveire at gmail.com
Mon May 25 02:51:25 EDT 2015


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  07b8f7177d24426144341429aa0b5d8e27e88c92 (commit)
       via  005f19b24963517527257d6bced186ee02ec430d (commit)
      from  c02879610a70e60a21d48255432c733f851a3e65 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=07b8f7177d24426144341429aa0b5d8e27e88c92
commit 07b8f7177d24426144341429aa0b5d8e27e88c92
Merge: c028796 005f19b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon May 25 02:51:24 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 25 02:51:24 2015 -0400

    Merge topic 'inject-state-snapshot' into next
    
    005f19b2 Fix width.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=005f19b24963517527257d6bced186ee02ec430d
commit 005f19b24963517527257d6bced186ee02ec430d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon May 25 08:50:57 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon May 25 08:50:57 2015 +0200

    Fix width.

diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index ee64cd7..4fe52dd 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -61,7 +61,7 @@ void cmGlobalUnixMakefileGenerator3
 ///! Create a local generator appropriate to this Global Generator
 cmLocalGenerator *
 cmGlobalUnixMakefileGenerator3::CreateLocalGenerator(cmLocalGenerator* parent,
-                                                     cmState::Snapshot snapshot)
+                                                   cmState::Snapshot snapshot)
 {
   return new cmLocalUnixMakefileGenerator3(this, parent, snapshot);
 }

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list