Skip to content

Commit 37c6d42

Browse files
committed
clang-format
1 parent 74e5b0e commit 37c6d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenClass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ void CIRGenFunction::emitCXXAggrConstructorCall(
643643
mlir::Type elementType = arrayTy.getElementType();
644644

645645
// This might be a multi-dimensional array. Find the innermost element type.
646-
while(auto maybeArrayTy = mlir::dyn_cast<cir::ArrayType>(elementType))
646+
while (auto maybeArrayTy = mlir::dyn_cast<cir::ArrayType>(elementType))
647647
elementType = maybeArrayTy.getElementType();
648648
cir::PointerType ptrToElmType = builder.getPointerTo(elementType);
649649

0 commit comments

Comments
 (0)