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

Skip to content

Commit 1d615d3

Browse files
committed
CPP: Autoformat.
1 parent f6f7df4 commit 1d615d3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cpp/ql/src/Likely Bugs/InconsistentCheckReturnNull.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ class InterestingExpr extends Expr {
3131

3232
predicate nullCheckAssert(InterestingExpr e, Variable v, Declaration qualifier) {
3333
exists(File f, int i |
34-
e.getLocation().getStartLine() = i and e.getFile() = f and assertInvocation(f, i) and
34+
e.getLocation().getStartLine() = i and
35+
e.getFile() = f and
36+
assertInvocation(f, i) and
3537
nullCheckInCondition(e, v, qualifier)
3638
)
3739
}

0 commit comments

Comments
 (0)