mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
Tests/FindVulkan: Run clang-format
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user