Skip to content

Commit 9f34515

Browse files
committed
clang-format
1 parent 6d24167 commit 9f34515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ void HWAddressSanitizer::sanitizeFunction(Function &F,
15741574
if (F.empty())
15751575
return;
15761576

1577-
if(F.isPresplitCoroutine())
1577+
if (F.isPresplitCoroutine())
15781578
return;
15791579

15801580
NumTotalFuncs++;

0 commit comments

Comments
 (0)