Skip to content

Commit 3fd24e0

Browse files
committed
format
1 parent dc59ceb commit 3fd24e0

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
@@ -11137,9 +11137,9 @@ void OverloadCandidateSet::CudaExcludeWrongSideCandidates(Sema &S) {
1113711137
/// function, \p Best points to the candidate function found.
1113811138
///
1113911139
/// \returns The result of overload resolution.
11140-
OverloadingResult
11141-
OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc,
11142-
iterator &Best) {
11140+
OverloadingResult OverloadCandidateSet::BestViableFunction(Sema &S,
11141+
SourceLocation Loc,
11142+
iterator &Best) {
1114311143

1114411144
assert(shouldDeferTemplateArgumentDeduction(S.getLangOpts()) ||
1114511145
DeferredCandidates.empty() &&

0 commit comments

Comments
 (0)