Skip to content

Commit 1c7ae15

Browse files
committed
Satisfy git-clang-format in renamed file
1 parent 860f9ab commit 1c7ae15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ static std::pair<ProgramStateRef, ProgramStateRef>
291291
compareValueToThreshold(ProgramStateRef State, NonLoc Value, NonLoc Threshold,
292292
SValBuilder &SVB, bool CheckEquality = false) {
293293
if (auto ConcreteThreshold = Threshold.getAs<nonloc::ConcreteInt>()) {
294-
std::tie(Value, Threshold) = getSimplifiedOffsets(Value, *ConcreteThreshold, SVB);
294+
std::tie(Value, Threshold) =
295+
getSimplifiedOffsets(Value, *ConcreteThreshold, SVB);
295296
}
296297

297298
// We want to perform a _mathematical_ comparison between the numbers `Value`

0 commit comments

Comments
 (0)