[Cmake-commits] CMake branch, next, updated. v2.8.12.2-7739-gb463e30

Alexander Neundorf neundorf at kde.org
Sun Feb 16 11:29:30 EST 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  b463e302abb52be95cffb21bab6945ffda4abf50 (commit)
       via  3a1978a65509fa3ed98c810893934ae36d9ae77c (commit)
      from  b874d677e4b4e66e9cdd94f2aa7110c255758a50 (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=b463e302abb52be95cffb21bab6945ffda4abf50
commit b463e302abb52be95cffb21bab6945ffda4abf50
Merge: b874d67 3a1978a
Author:     Alexander Neundorf <neundorf at kde.org>
AuthorDate: Sun Feb 16 11:29:29 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Feb 16 11:29:29 2014 -0500

    Merge topic 'KateHandleSpacesInPath' into next
    
    3a1978a6 kate: fix line lengths


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3a1978a65509fa3ed98c810893934ae36d9ae77c
commit 3a1978a65509fa3ed98c810893934ae36d9ae77c
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Sun Feb 16 17:28:46 2014 +0100
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Sun Feb 16 17:28:46 2014 +0100

    kate: fix line lengths
    
    Alex

diff --git a/Source/CTest/cmCTestReadCustomFilesCommand.cxx b/Source/CTest/cmCTestReadCustomFilesCommand.cxx
index 5db01f9..3b9d552 100644
--- a/Source/CTest/cmCTestReadCustomFilesCommand.cxx
+++ b/Source/CTest/cmCTestReadCustomFilesCommand.cxx
@@ -10,7 +10,6 @@
   See the License for more information.
 ============================================================================*/
 #include "cmCTestReadCustomFilesCommand.h"
-
 #include "cmCTest.h"
 
 bool cmCTestReadCustomFilesCommand
diff --git a/Source/cmExtraKateGenerator.cxx b/Source/cmExtraKateGenerator.cxx
index bb9c04e..a0d37d4 100644
--- a/Source/cmExtraKateGenerator.cxx
+++ b/Source/cmExtraKateGenerator.cxx
@@ -225,9 +225,9 @@ cmExtraKateGenerator::AppendTarget(cmGeneratedFileStream& fout,
   fout <<
     "\t\t\t" << JsonSep << "{\"name\":\"" << target << "\", "
     "\"build_cmd\":\"" << make
-                   << " -C \\\"" << (this->UseNinja ? homeOutputDir : path.c_str())
-                   << "\\\" " << makeArgs << " "
-                   << target << "\"}\n";
+               << " -C \\\"" << (this->UseNinja ? homeOutputDir : path.c_str())
+               << "\\\" " << makeArgs << " "
+               << target << "\"}\n";
 
   JsonSep = ',';
 }

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

Summary of changes:
 Source/CTest/cmCTestReadCustomFilesCommand.cxx |    1 -
 Source/cmExtraKateGenerator.cxx                |    6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list