From a30b6c53dd9fd9c2f9741c074be143a20391f954 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 12 Sep 2021 11:33:57 +0100 Subject: [PATCH] Format Signed-off-by: Alejandro Saucedo --- test/TestPushConstant.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/TestPushConstant.cpp b/test/TestPushConstant.cpp index 23d24c010..c885f1d87 100644 --- a/test/TestPushConstant.cpp +++ b/test/TestPushConstant.cpp @@ -197,7 +197,11 @@ TEST(TestPushConstants, TestConstantsMixedTypes) pa[2] += pcs.z; })"); - struct TestConsts{float x; uint32_t y; int32_t z;}; + struct TestConsts{ + float x; + uint32_t y; + int32_t z; + }; std::vector spirv = compileSource(shader);