tests: clang-format
Change-Id: I8e6c6dcc57e6b27249608e497974fafac753eabe
diff --git a/tests/layer_validation_tests.cpp b/tests/layer_validation_tests.cpp
index 639839d..071095a 100644
--- a/tests/layer_validation_tests.cpp
+++ b/tests/layer_validation_tests.cpp
@@ -102,7 +102,7 @@
// Format search helper
VkFormat FindSupportedDepthStencilFormat(VkPhysicalDevice phy) {
- VkFormat ds_formats[] = { VK_FORMAT_D16_UNORM_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_D32_SFLOAT_S8_UINT };
+ VkFormat ds_formats[] = {VK_FORMAT_D16_UNORM_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_D32_SFLOAT_S8_UINT};
for (uint32_t i = 0; i < sizeof(ds_formats); i++) {
VkFormatProperties format_props;
vkGetPhysicalDeviceFormatProperties(phy, ds_formats[i], &format_props);