summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/FindVulkan/Test/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindVulkan/Test/main.c b/Tests/FindVulkan/Test/main.c
index 78dcb65..b29c9ec 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;