[Cmake-commits] CMake branch, next, updated. v2.8.6-2060-gaf0d273

Brad King brad.king at kitware.com
Tue Nov 29 08:01:50 EST 2011


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  af0d273e6dbf05ba6c3816e555338d607325b168 (commit)
       via  75e83e98fa3faff93f3562e38fa851b6dd5b5a95 (commit)
      from  405ef9cef2cada640792c478383fe274beda981c (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=af0d273e6dbf05ba6c3816e555338d607325b168
commit af0d273e6dbf05ba6c3816e555338d607325b168
Merge: 405ef9c 75e83e9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 29 08:01:49 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 29 08:01:49 2011 -0500

    Merge topic 'newline-style' into next
    
    75e83e9 cmNewLineStyle: Remove trailing comma in enum


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=75e83e98fa3faff93f3562e38fa851b6dd5b5a95
commit 75e83e98fa3faff93f3562e38fa851b6dd5b5a95
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 29 08:01:07 2011 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 29 08:01:07 2011 -0500

    cmNewLineStyle: Remove trailing comma in enum

diff --git a/Source/cmNewLineStyle.h b/Source/cmNewLineStyle.h
index 567a4ea..9d4c03b 100644
--- a/Source/cmNewLineStyle.h
+++ b/Source/cmNewLineStyle.h
@@ -28,7 +28,7 @@ public:
                // LF = '\n', 0x0A, 10
                // CR = '\r', 0x0D, 13
     LF,        // Unix
-    CRLF,      // Dos
+    CRLF       // Dos
   };
 
   void SetStyle(Style);

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list