Skip to content

Commit

Permalink
First new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoimenov committed Sep 19, 2023
1 parent d5a62b7 commit 7133e30
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 7133e30

Please sign in to comment.