Skip to content

Commit

Permalink
C++: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jketema committed Apr 2, 2024
1 parent 9190bf2 commit 0118380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/ql/lib/semmle/code/cpp/exprs/Expr.qll
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ class DeleteOrDeleteArrayExpr extends Expr, TDeleteOrDeleteArrayExpr {
/**
* Gets the object or array being deleted, and gets a `ReuseExpr` when there
* is a destructor call and the object is also the qualifier of the call.
*
*
* For example, given:
* ```
* struct HasDestructor { ~HasDestructor(); };
Expand Down

0 comments on commit 0118380

Please sign in to comment.