Skip to content

Commit eac430b

Browse files
committed
Fix formatting; NFC
1 parent 24f657a commit eac430b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaExpr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9849,7 +9849,6 @@ AssignConvertType Sema::CheckSingleAssignmentConstraints(QualType LHSType,
98499849
}
98509850
}
98519851

9852-
98539852
if (ConvertRHS)
98549853
RHS = ImpCastExprToType(RHS.get(), LHSType, Kind, VK_PRValue, &Path);
98559854
}

0 commit comments

Comments
 (0)