[asan] Fix line >80 chars.

llvm-svn: 224763
This commit is contained in:
Evgeniy Stepanov 2014-12-23 10:18:47 +00:00
parent 874b2bb228
commit b2dacb0c76
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ void CovUpdateMapping(uptr caller_pc) {
CHECK_LE(res, tmp_path.size());
uptr map_fd = OpenFile(tmp_path.data(), true);
if (internal_iserror(map_fd, &err)) {
Report(" Coverage: failed to open %s for writing: %d\n", tmp_path.data(), err);
Report(" Coverage: failed to open %s for writing: %d\n", tmp_path.data(),
err);
Die();
}