Skip to content

Commit

Permalink
Fix whitespace indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Nov 5, 2023
1 parent 7e0a723 commit 0afc66f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions volk.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ static PFN_vkVoidFunction nullProcAddrStub(void* context, const char* name)
{
(void)context;
(void)name;

return NULL;
}

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 0afc66f

Please sign in to comment.