Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f98cd67

Browse files
committed
C++: Autoformat
1 parent 7f26f07 commit f98cd67

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cpp/ql/src/semmle/code/cpp/commons/Exclusions.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,4 @@ predicate isFromMacroDefinition(Element e) {
110110
* be used to avoid bad join orders where integers are joined too early.
111111
*/
112112
bindingset[x, y]
113-
private predicate nonBindingIntEquality(int x, int y) {
114-
x >= y and y >= x
115-
}
113+
private predicate nonBindingIntEquality(int x, int y) { x >= y and y >= x }

0 commit comments

Comments
 (0)