From 42eea52502936acd9fc440312d638494943fea1a Mon Sep 17 00:00:00 2001 From: Dave Houlton Date: Fri, 2 Feb 2018 16:32:41 -0700 Subject: clang-format whitespace (sigh) Change-Id: I52d956163900465e434f68aa185618a2469f243f --- layers/buffer_validation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layers/buffer_validation.cpp') diff --git a/layers/buffer_validation.cpp b/layers/buffer_validation.cpp index 2cecf87c..c68af4ee 100644 --- a/layers/buffer_validation.cpp +++ b/layers/buffer_validation.cpp @@ -620,7 +620,7 @@ void TransitionFinalSubpassLayouts(layer_data *device_data, GLOBAL_CB_NODE *pCB, } } } - + bool PreCallValidateCreateImage(layer_data *device_data, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) { bool skip = false; @@ -760,7 +760,7 @@ bool PreCallValidateCreateImage(layer_data *device_data, const VkImageCreateInfo } // NOTE: As of 1/30/2018 the spec VU language is as in the commented code below. I believe this is an - // error in the spec, and have submitted Gitlab Vulkan issue #1151 to have it changed to match the + // error in the spec, and have submitted Gitlab Vulkan issue #1151 to have it changed to match the // implementation shown. DJH // // if ((pCreateInfo->mipLevels > format_limits.maxMipLevels) && -- cgit v1.2.3