Skip to content

Commit 8bbc00f

Browse files
committed
Remove unnecessary braces
1 parent ec3589e commit 8bbc00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CodeGen/CGExpr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,9 +1240,9 @@ llvm::DILocation *CodeGenFunction::SanitizerAnnotateDebugInfo(
12401240
if (((ClArrayBoundsPseudoFn &&
12411241
CheckKindOrdinal == SanitizerKind::SO_ArrayBounds) ||
12421242
CGM.getCodeGenOpts().SanitizeAnnotateDebugInfo.has(CheckKindOrdinal)) &&
1243-
CheckDI) {
1243+
CheckDI)
12441244
CheckDI = getDebugInfo()->CreateSyntheticInlineAt(CheckDI, Label);
1245-
}
1245+
12461246
return CheckDI;
12471247
}
12481248

0 commit comments

Comments
 (0)