Skip to content

Commit c04c073

Browse files
committed
Fix clang-format
1 parent 9cd6ecf commit c04c073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/unittests/Object/DXContainerTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ TEST(DXCFile, ParseOverlappingParts) {
130130
// This test is based on the binary output constructed from this yaml.
131131
// --- !dxcontainer
132132
// Header:
133-
// Hash: [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
133+
// Hash: [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
134134
// 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ]
135135
// Version:
136136
// Major: 1
@@ -522,7 +522,7 @@ TEST(DXCFile, MaliciousFiles) {
522522
//
523523
// --- !dxcontainer
524524
// Header:
525-
// Hash: [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
525+
// Hash: [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
526526
// 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ]
527527
// Version:
528528
// Major: 1

0 commit comments

Comments
 (0)