Skip to content

Commit

Permalink
[LSAN][NFC] Add a new line to a log
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoimenov committed Sep 14, 2023
1 parent 7472490 commit cc73582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/lib/lsan/lsan_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ static bool PrintResults(LeakReport &report) {

static bool CheckForLeaks() {
if (&__lsan_is_turned_off && __lsan_is_turned_off()) {
VReport(1, "LeakSanitizer is disabled");
VReport(1, "LeakSanitizer is disabled\n");
return false;
}
VReport(1, "LeakSanitizer: checking for leaks");
Expand Down

0 comments on commit cc73582

Please sign in to comment.