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)