Skip to content

Commit e0863c4

Browse files
committed
Run clang-format.
1 parent e2aaad1 commit e0863c4

File tree

1 file changed

+2
-1
lines changed
  • compiler-rt/lib/scudo/standalone

1 file changed

+2
-1
lines changed

compiler-rt/lib/scudo/standalone/report.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ void NORETURN reportInvalidChunkState(AllocatorAction Action, const void *Ptr);
4545
void NORETURN reportMisalignedPointer(AllocatorAction Action, const void *Ptr);
4646
void NORETURN reportDeallocTypeMismatch(AllocatorAction Action, const void *Ptr,
4747
u8 TypeA, u8 TypeB);
48-
void NORETURN reportDeleteSizeMismatch(const void *Ptr, uptr Size, uptr ExpectedSize);
48+
void NORETURN reportDeleteSizeMismatch(const void *Ptr, uptr Size,
49+
uptr ExpectedSize);
4950

5051
// C wrappers errors.
5152
void NORETURN reportAlignmentNotPowerOfTwo(uptr Alignment);

0 commit comments

Comments
 (0)