Skip to content

Commit 2005149

Browse files
committed
had to change tab to space
1 parent 2251940 commit 2005149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenTypes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ mlir::Type CIRGenTypes::convertType(QualType type) {
425425
assert(!cir::MissingFeatures::updateCompletedType());
426426
const EnumDecl *ED = cast<EnumType>(ty)->getDecl();
427427
if (auto integerType = ED->getIntegerType(); !integerType.isNull())
428-
return convertType(integerType);
428+
return convertType(integerType);
429429
// Return a placeholder 'i32' type. This can be changed later when the
430430
// type is defined (see UpdateCompletedType), but is likely to be the
431431
// "right" answer.

0 commit comments

Comments
 (0)