diff --git a/Tests/FindVulkan/Test/main.c b/Tests/FindVulkan/Test/main.c index 78dcb65ed..b29c9ec9e 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;