Skip to content
Snippets Groups Projects
Commit b8a00b67 authored by Brad King's avatar Brad King
Browse files

Tests/FindVulkan: Run clang-format

parent adf4df28
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment