From 2461915577daee62ccda4117e940d5e556b3fe56 Mon Sep 17 00:00:00 2001 From: Joshua Batista Date: Tue, 21 Jan 2025 10:22:16 -0800 Subject: [PATCH] clang format --- tools/clang/unittests/HLSL/ValidationTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clang/unittests/HLSL/ValidationTest.cpp b/tools/clang/unittests/HLSL/ValidationTest.cpp index cb2a5ce282..e7d3bfaebd 100644 --- a/tools/clang/unittests/HLSL/ValidationTest.cpp +++ b/tools/clang/unittests/HLSL/ValidationTest.cpp @@ -1228,7 +1228,7 @@ TEST_F(ValidationTest, ValidationFailNoHash) { VERIFY_IS_NOT_NULL(pHeader); BYTE ZeroHash[DxilContainerHashSize] = {0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0}; + 0, 0, 0, 0, 0, 0, 0, 0}; // Should be equal, this proves the hash isn't written when validation fails VERIFY_ARE_EQUAL(memcmp(ZeroHash, pHeader->Hash.Digest, sizeof(ZeroHash)), 0);