mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
C++: Autoformat
This commit is contained in:
@@ -110,6 +110,4 @@ predicate isFromMacroDefinition(Element e) {
|
||||
* be used to avoid bad join orders where integers are joined too early.
|
||||
*/
|
||||
bindingset[x, y]
|
||||
private predicate nonBindingIntEquality(int x, int y) {
|
||||
x >= y and y >= x
|
||||
}
|
||||
private predicate nonBindingIntEquality(int x, int y) { x >= y and y >= x }
|
||||
|
||||
Reference in New Issue
Block a user