Skip to content

Commit f17058b

Browse files
authored
[FOLD] fix formatting
1 parent c57b0c0 commit f17058b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/Sema/SemaOverload.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15962,9 +15962,9 @@ Sema::BuildCallToObjectOfClassType(Scope *S, Expr *Obj,
1596215962
return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method);
1596315963
}
1596415964

15965-
ExprResult
15966-
Sema::BuildOverloadedArrowExpr(Scope *S, Expr *Base, SourceLocation OpLoc,
15967-
bool *NoArrowOperatorFound) {
15965+
ExprResult Sema::BuildOverloadedArrowExpr(Scope *S, Expr *Base,
15966+
SourceLocation OpLoc,
15967+
bool *NoArrowOperatorFound) {
1596815968
assert(Base->getType()->isRecordType() &&
1596915969
"left-hand side must have class type");
1597015970

0 commit comments

Comments
 (0)