Tests/FindVulkan: Run clang-format
This commit is contained in:
parent
adf4df28ca
commit
b8a00b6721
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue