| commit | 0afc66f68e71b05927d4af66cfb7307fff2078de | [log] [tgz] |
|---|---|---|
| author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | Sun Nov 05 14:46:43 2023 -0800 |
| committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | Sun Nov 05 14:46:43 2023 -0800 |
| tree | 1f67ed9126dc0cec57ae13964e9c56de86da40fe | |
| parent | 7e0a72309a1c5ac28dc6d7e4dc78ccd87ca641fd [diff] |
Fix whitespace indentation
diff --git a/volk.c b/volk.c index cd02e42..03b6486 100644 --- a/volk.c +++ b/volk.c
@@ -50,7 +50,6 @@ { (void)context; (void)name; - return NULL; } @@ -141,8 +140,8 @@ void volkLoadInstanceOnly(VkInstance instance) { - loadedInstance = instance; - volkGenLoadInstance(instance, vkGetInstanceProcAddrStub); + loadedInstance = instance; + volkGenLoadInstance(instance, vkGetInstanceProcAddrStub); } VkInstance volkGetLoadedInstance(void)