From 7b479f44ec643b20ff0ccab69f371b78a85162f2 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 10 Dec 2019 13:28:51 -0800 Subject: Fixed formatting --- UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnitTests') diff --git a/UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp b/UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp index 009b6b80..cbf5f8b4 100644 --- a/UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp +++ b/UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp @@ -168,7 +168,7 @@ TEST(ShaderResourceLayout, ResourceLayout) TxlBuffViewDesc.Name = "Storage texel buffer UAV"; TxlBuffViewDesc.ViewType = BUFFER_VIEW_UNORDERED_ACCESS; - for (int i=0; i < _countof(pStorageTexelBuff); ++i) + for (int i = 0; i < _countof(pStorageTexelBuff); ++i) { pDevice->CreateBuffer(TxlBuffDesc, nullptr, &(pStorageTexelBuff[i])); ASSERT_NE(pStorageTexelBuff[i], nullptr); -- cgit v1.2.3