Skip to content

Commit e6a9219

Browse files
committed
clang format
1 parent ac26aa6 commit e6a9219

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/unittests/IR/TypesTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ TEST(TypesTest, TargetExtType) {
6565

6666
// ensure that literal structs in the target extension type print the struct
6767
// body
68-
Struct =
69-
StructType::get(Context, Struct->elements(), /*isPacked=*/false);
68+
Struct = StructType::get(Context, Struct->elements(), /*isPacked=*/false);
7069

7170
TargetExtensionType =
7271
TargetExtType::get(Context, "structTET", {Struct}, {0, 1});

0 commit comments

Comments
 (0)