tsan: fix code formatting

llvm-svn: 285418
This commit is contained in:
Dmitry Vyukov 2016-10-28 17:23:08 +00:00
parent 7f4b31c057
commit 128bd99808
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ static void CheckShadowMapping() {
for (int i = 0; GetUserRegion(i, &beg, &end); i++) {
// Skip cases for empty regions (heap definition for architectures that
// do not use 64-bit allocator).
if (beg ==end)
if (beg == end)
continue;
VPrintf(3, "checking shadow region %p-%p\n", beg, end);
uptr prev = 0;