Skip to content

Commit 211f7dd

Browse files
committed
[clang][Interp][NFC] Tiny indentation fix
1 parent 38c7230 commit 211f7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/AST/Interp/ByteCodeExprGen.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ bool ByteCodeExprGen<Emitter>::VisitCastExpr(const CastExpr *CE) {
167167

168168
case CK_IntegralToBoolean:
169169
case CK_IntegralCast: {
170-
if (DiscardResult)
171-
return this->discard(SubExpr);
170+
if (DiscardResult)
171+
return this->discard(SubExpr);
172172
std::optional<PrimType> FromT = classify(SubExpr->getType());
173173
std::optional<PrimType> ToT = classify(CE->getType());
174174
if (!FromT || !ToT)

0 commit comments

Comments
 (0)