Skip to content

Commit 0cb671c

Browse files
committed
Fix code format
1 parent 79c9b9f commit 0cb671c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl &gd, unsigned builtinID,
7575
mlir::Value complex = builder.createComplexCreate(loc, real, imag);
7676
return RValue::get(complex);
7777
}
78-
default:
78+
default:
7979
break;
8080
}
8181

0 commit comments

Comments
 (0)