Merge topic 'add-FindVulkan'

b8a00b67 Tests/FindVulkan: Run clang-format
This commit is contained in:
Brad King 2016-06-08 12:57:44 -04:00 committed by CMake Topic Stage
commit ba92e11f8b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ int main()
// error if no driver is found - but if we get here, FindVulkan is working // error if no driver is found - but if we get here, FindVulkan is working
if (instance != VK_NULL_HANDLE) { if (instance != VK_NULL_HANDLE) {
vkDestroyInstance (instance, NULL); vkDestroyInstance(instance, NULL);
} }
return 0; return 0;