mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 15:19:39 +00:00
Merge topic 'add-FindVulkan'
b8a00b67
Tests/FindVulkan: Run clang-format
This commit is contained in:
commit
ba92e11f8b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user