Skip to content

Commit 44d3b94

Browse files
committed
format
1 parent 5a8246e commit 44d3b94

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
@@ -11145,9 +11145,9 @@ void OverloadCandidateSet::CudaExcludeWrongSideCandidates(Sema &S) {
1114511145
/// function, \p Best points to the candidate function found.
1114611146
///
1114711147
/// \returns The result of overload resolution.
11148-
OverloadingResult
11149-
OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc,
11150-
iterator &Best) {
11148+
OverloadingResult OverloadCandidateSet::BestViableFunction(Sema &S,
11149+
SourceLocation Loc,
11150+
iterator &Best) {
1115111151

1115211152
assert(shouldDeferTemplateArgumentDeduction(S.getLangOpts()) ||
1115311153
DeferredCandidates.empty() &&

0 commit comments

Comments
 (0)