Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
zahiraam committed Jul 16, 2024
1 parent a48cda1 commit afcc92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/CodeGen/CGExprComplex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ ComplexPairTy ComplexExprEmitter::VisitPlus(const UnaryOperator *E,
}

ComplexPairTy ComplexExprEmitter::VisitUnaryMinus(const UnaryOperator *E,
QualType PromotionType) {
QualType PromotionType) {
QualType promotionTy =
PromotionType.isNull()
? getPromotionType(E->getStoredFPFeaturesOrDefault(),
Expand Down

0 comments on commit afcc92a

Please sign in to comment.