Skip to content

Commit fe00c88

Browse files
committed
C++: Fix formatting
1 parent 4712ae1 commit fe00c88

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/exprs

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/exprs/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ class ErrorExpr extends Expr, @errorexpr {
748748
/**
749749
* Holds if this error expression is the first argument to a `new` allocation call.
750750
*/
751-
predicate isFirstAllocatorCallArgument() {
751+
predicate isFirstAllocatorCallArgument() {
752752
this = any(NewOrNewArrayExpr new).getAllocatorCall().getArgument(0)
753753
}
754754
}

0 commit comments

Comments
 (0)