Skip to content

Commit 6e261e1

Browse files
committed
Remove extraneous whitespace
1 parent cc28200 commit 6e261e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,8 @@ void ArrayBoundChecker::performCheck(const Expr *E, CheckerContext &C) const {
692692
}
693693

694694
BadOffsetKind Problem = AlsoMentionUnderflow
695-
? BadOffsetKind::Indeterminate
696-
: BadOffsetKind::Overflowing;
695+
? BadOffsetKind::Indeterminate
696+
: BadOffsetKind::Overflowing;
697697
Messages Msgs =
698698
getNonTaintMsgs(C.getASTContext(), Space, Reg, ByteOffset,
699699
*KnownSize, Location, Problem);

0 commit comments

Comments
 (0)