diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h
index c9d2f1a..2d991c3 100644
--- a/include/vk_mem_alloc.h
+++ b/include/vk_mem_alloc.h
@@ -14336,7 +14336,7 @@ VmaAllocator_T::VmaAllocator_T(const VmaAllocatorCreateInfo* pCreateInfo) :
             false, // linearAlgorithm
             0.5f, // priority (0.5 is the default per Vulkan spec)
             GetMemoryTypeMinAlignment(memTypeIndex), // minAllocationAlignment
-			VMA_NULL); // // pMemoryAllocateNext
+            VMA_NULL); // // pMemoryAllocateNext
         // No need to call m_pBlockVectors[memTypeIndex][blockVectorTypeIndex]->CreateMinBlocks here,
         // becase minBlockCount is 0.
     }