mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
C++: autoformat
This commit is contained in:
@@ -588,7 +588,7 @@ private float addRoundingDownSmall(float x, float small) {
|
||||
private predicate lowerBoundableExpr(Expr expr) {
|
||||
analyzableExpr(expr) and
|
||||
getUpperBoundsImpl(expr) <= exprMaxVal(expr) and
|
||||
not exists(getValue(expr).toFloat())
|
||||
not exists(getValue(expr).toFloat())
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user