Skip to content

Commit 5653b30

Browse files
committed
formatting
1 parent 9fcf8c6 commit 5653b30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/loader/layers/sanitizer/asan_report.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ void ReportMemoryLeak(const std::shared_ptr<AllocInfo> &AI) {
8383
getContext()->logger.always(
8484
"\n====ERROR: DeviceSanitizer: detected memory leaks of {}",
8585
ToString(AI->Type));
86-
getContext()->logger.always("Direct leak of {} byte(s) at {} allocated from:",
87-
AI->UserEnd - AI->UserBegin, (void *)AI->UserBegin);
86+
getContext()->logger.always(
87+
"Direct leak of {} byte(s) at {} allocated from:",
88+
AI->UserEnd - AI->UserBegin, (void *)AI->UserBegin);
8889
AI->AllocStack.print();
8990
}
9091

0 commit comments

Comments
 (0)