Skip to content

Commit 052e98e

Browse files
committed
format
1 parent d6a9e66 commit 052e98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/SemaExprCXX.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5657,8 +5657,8 @@ static bool IsTriviallyRelocatableType(Sema &SemaRef, QualType T) {
56575657
if (!BaseElementType->isObjectType())
56585658
return false;
56595659

5660-
if(T.hasAddressDiscriminatedPointerAuth())
5661-
return false;
5660+
if (T.hasAddressDiscriminatedPointerAuth())
5661+
return false;
56625662

56635663
if (const auto *RD = BaseElementType->getAsCXXRecordDecl();
56645664
RD && !RD->isPolymorphic() && IsCXXTriviallyRelocatableType(SemaRef, RD))

0 commit comments

Comments
 (0)