mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
C++: Autoformat fixup
This commit is contained in:
@@ -840,7 +840,8 @@ private float getLowerBoundsImpl(Expr expr) {
|
||||
result = safeFloor(left / 2.pow(right))
|
||||
)
|
||||
// Not explicitly modeled by a SimpleRangeAnalysisExpr
|
||||
) and not expr instanceof SimpleRangeAnalysisExpr
|
||||
) and
|
||||
not expr instanceof SimpleRangeAnalysisExpr
|
||||
or
|
||||
// A modeled expression for range analysis
|
||||
exists(SimpleRangeAnalysisExpr rangeAnalysisExpr |
|
||||
@@ -1035,7 +1036,8 @@ private float getUpperBoundsImpl(Expr expr) {
|
||||
result = safeFloor(left / 2.pow(right))
|
||||
)
|
||||
// Not explicitly modeled by a SimpleRangeAnalysisExpr
|
||||
) and not expr instanceof SimpleRangeAnalysisExpr
|
||||
) and
|
||||
not expr instanceof SimpleRangeAnalysisExpr
|
||||
or
|
||||
// A modeled expression for range analysis
|
||||
exists(SimpleRangeAnalysisExpr rangeAnalysisExpr |
|
||||
|
||||
Reference in New Issue
Block a user