[Cmake-commits] CMake branch, next, updated. v3.0.0-rc2-1159-g0375d65

Stephen Kelly steveire at gmail.com
Tue Mar 18 16:19:51 EDT 2014


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  0375d65a0df7c5749fa58d4ff15682a7aa30eeb4 (commit)
       via  d58f3b726e83e929d7375d708bbc23292517b907 (commit)
      from  edb75087b8e84ca97a187b5bf31716d2e5082c8b (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=0375d65a0df7c5749fa58d4ff15682a7aa30eeb4
commit 0375d65a0df7c5749fa58d4ff15682a7aa30eeb4
Merge: edb7508 d58f3b7
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Mar 18 16:19:51 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 18 16:19:51 2014 -0400

    Merge topic 'target-sources-refactor' into next
    
    d58f3b72 Fix width.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d58f3b726e83e929d7375d708bbc23292517b907
commit d58f3b726e83e929d7375d708bbc23292517b907
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Mar 18 21:19:26 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Mar 18 21:19:26 2014 +0100

    Fix width.

diff --git a/Source/cmSourceFileLocation.cxx b/Source/cmSourceFileLocation.cxx
index ca10871..3e78b29 100644
--- a/Source/cmSourceFileLocation.cxx
+++ b/Source/cmSourceFileLocation.cxx
@@ -36,7 +36,8 @@ cmSourceFileLocation::cmSourceFileLocation(const cmSourceFileLocation& loc)
 }
 
 //----------------------------------------------------------------------------
-cmSourceFileLocation& cmSourceFileLocation::operator=(const cmSourceFileLocation& loc)
+cmSourceFileLocation&
+cmSourceFileLocation::operator=(const cmSourceFileLocation& loc)
 {
   if(this == &loc)
     {

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

Summary of changes:
 Source/cmSourceFileLocation.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list