From b8a00b6721948f0eebb1bf53cdfa9a242b26f03c Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 8 Jun 2016 12:56:50 -0400 Subject: [PATCH] Tests/FindVulkan: Run clang-format --- Tests/FindVulkan/Test/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;