Examples: Vulkan: Fixed tabs->space, removed extraneous braces and empty lines. (#2071)

This commit is contained in:
omar
2018-09-11 22:18:24 +02:00
parent b88a3b2711
commit c7eef99a33
4 changed files with 91 additions and 107 deletions

View File

@ -27,7 +27,7 @@ struct ImGui_ImplVulkan_InitInfo
VkQueue Queue;
VkPipelineCache PipelineCache;
VkDescriptorPool DescriptorPool;
int QueuedFrames;
int QueuedFrames;
const VkAllocationCallbacks* Allocator;
void (*CheckVkResultFn)(VkResult err);
};