Skip to content

Commit b45f784

Browse files
author
Robert Marsh
committed
C++: autoformat
1 parent 8c1f15b commit b45f784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ private float addRoundingDownSmall(float x, float small) {
588588
private predicate lowerBoundableExpr(Expr expr) {
589589
analyzableExpr(expr) and
590590
getUpperBoundsImpl(expr) <= exprMaxVal(expr) and
591-
not exists(getValue(expr).toFloat())
591+
not exists(getValue(expr).toFloat())
592592
}
593593

594594
/**

0 commit comments

Comments
 (0)