[Cmake-commits] CMake branch, next, updated. v2.8.9-790-g0f123bc

Alexander Neundorf neundorf at kde.org
Wed Sep 26 12:51:43 EDT 2012


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  0f123bc3fc1f176847c8bdf59e8e47f7341273e9 (commit)
       via  8e5b352c3bfd548c6ce15ae47a98b6b3fb4de977 (commit)
      from  0c88091715f950da9a63e58a5b418dc44d6fdf29 (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=0f123bc3fc1f176847c8bdf59e8e47f7341273e9
commit 0f123bc3fc1f176847c8bdf59e8e47f7341273e9
Merge: 0c88091 8e5b352
Author:     Alexander Neundorf <neundorf at kde.org>
AuthorDate: Wed Sep 26 12:51:33 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 26 12:51:33 2012 -0400

    Merge topic 'export-sets-2' into next
    
    8e5b352 fix warning about missing newline at end of file


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8e5b352c3bfd548c6ce15ae47a98b6b3fb4de977
commit 8e5b352c3bfd548c6ce15ae47a98b6b3fb4de977
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Wed Sep 26 18:50:22 2012 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Wed Sep 26 18:50:22 2012 +0200

    fix warning about missing newline at end of file
    
    Alex

diff --git a/Source/cmExportSetMap.cxx b/Source/cmExportSetMap.cxx
index 1f6377c..96fdb3e 100644
--- a/Source/cmExportSetMap.cxx
+++ b/Source/cmExportSetMap.cxx
@@ -31,4 +31,4 @@ cmExportSetMap::~cmExportSetMap()
     {
     delete it->second;
     }
-}
\ No newline at end of file
+}

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

Summary of changes:
 Source/cmExportSetMap.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list