Skip to content

Commit f208801

Browse files
committed
Clang-formatted
1 parent a6b90f3 commit f208801

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Sema/SemaTypeTraits.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,8 @@ static void DiagnoseNonAggregateReason(Sema &SemaRef, SourceLocation Loc,
26542654
SemaRef.Diag(D->getLocation(), diag::note_defined_here) << D;
26552655
}
26562656

2657-
static void DiagnoseNonAggregateReason(Sema &SemaRef, SourceLocation Loc, QualType T) {
2657+
static void DiagnoseNonAggregateReason(Sema &SemaRef, SourceLocation Loc,
2658+
QualType T) {
26582659
SemaRef.Diag(Loc, diag::note_unsatisfied_trait)
26592660
<< T << diag::TraitName::Aggregate;
26602661

0 commit comments

Comments
 (0)