Skip to content

Commit 79035a9

Browse files
committed
Delete spurious whitespace.
1 parent 716cc1f commit 79035a9

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
@@ -15690,7 +15690,6 @@ static bool isOverflowingIntegerType(ASTContext &Ctx, QualType T) {
1569015690
return Ctx.getIntWidth(T) >= Ctx.getIntWidth(Ctx.IntTy);
1569115691
}
1569215692

15693-
1569415693
ExprResult Sema::CreateBuiltinUnaryOp(SourceLocation OpLoc,
1569515694
UnaryOperatorKind Opc, Expr *InputExpr,
1569615695
bool IsAfterAmp) {

0 commit comments

Comments
 (0)