From 5c49730164e0607008d3f82336b1b5ea3c5f855a Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Thu, 9 Jul 2015 18:20:28 -0700 Subject: [PATCH] vk/device.c: Fix whitespace issues --- src/vulkan/device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vulkan/device.c b/src/vulkan/device.c index f542dc3bf07..8aadf0344fa 100644 --- a/src/vulkan/device.c +++ b/src/vulkan/device.c @@ -1391,7 +1391,7 @@ VkResult anv_GetFenceStatus( fence->ready = true; return VK_SUCCESS; } - + return VK_NOT_READY; } @@ -1415,7 +1415,7 @@ VkResult anv_WaitForFences( return VK_TIMEOUT; else if (ret == -1) return vk_error(VK_ERROR_UNKNOWN); - } + } return VK_SUCCESS; } @@ -1645,7 +1645,7 @@ VkResult anv_CreateSampler( min_filter = vk_to_gen_tex_filter[pCreateInfo->minFilter]; max_anisotropy = RATIO21; } - + struct GEN8_SAMPLER_STATE sampler_state = { .SamplerDisable = false, .TextureBorderColorMode = DX10OGL, -- 2.30.2