[Cmake-commits] CMake branch, next, updated. v3.6.0-rc1-129-g5780391

Brad King brad.king at kitware.com
Wed Jun 8 12:57:40 EDT 2016


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  5780391f96f58561e08ed115d1fd8a0c4e9695d8 (commit)
       via  b8a00b6721948f0eebb1bf53cdfa9a242b26f03c (commit)
      from  0b5f5857d3cbf5ce77c78fcaef36c4cd001cd4f0 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5780391f96f58561e08ed115d1fd8a0c4e9695d8
commit 5780391f96f58561e08ed115d1fd8a0c4e9695d8
Merge: 0b5f585 b8a00b6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 8 12:57:39 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 8 12:57:39 2016 -0400

    Merge topic 'add-FindVulkan' into next
    
    b8a00b67 Tests/FindVulkan: Run clang-format


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b8a00b6721948f0eebb1bf53cdfa9a242b26f03c
commit b8a00b6721948f0eebb1bf53cdfa9a242b26f03c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 8 12:56:50 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jun 8 12:56:50 2016 -0400

    Tests/FindVulkan: Run clang-format

diff --git a/Tests/FindVulkan/Test/main.c b/Tests/FindVulkan/Test/main.c
index 78dcb65..b29c9ec 100644
--- a/Tests/FindVulkan/Test/main.c
+++ b/Tests/FindVulkan/Test/main.c
@@ -22,7 +22,7 @@ int main()
   // error if no driver is found - but if we get here, FindVulkan is working
 
   if (instance != VK_NULL_HANDLE) {
-      vkDestroyInstance (instance, NULL);
+    vkDestroyInstance(instance, NULL);
   }
 
   return 0;

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

Summary of changes:
 Tests/FindVulkan/Test/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list