From 0afc66f68e71b05927d4af66cfb7307fff2078de Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 5 Nov 2023 14:46:43 -0800 Subject: [PATCH] Fix whitespace indentation --- volk.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/volk.c b/volk.c index cd02e42..03b6486 100644 --- a/volk.c +++ b/volk.c @@ -50,7 +50,6 @@ static PFN_vkVoidFunction nullProcAddrStub(void* context, const char* name) { (void)context; (void)name; - return NULL; } @@ -141,8 +140,8 @@ void volkLoadInstance(VkInstance instance) void volkLoadInstanceOnly(VkInstance instance) { - loadedInstance = instance; - volkGenLoadInstance(instance, vkGetInstanceProcAddrStub); + loadedInstance = instance; + volkGenLoadInstance(instance, vkGetInstanceProcAddrStub); } VkInstance volkGetLoadedInstance(void)