Skip to content

Commit 0118380

Browse files
committed
C++: Fix formatting
1 parent 9190bf2 commit 0118380

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
@@ -1025,7 +1025,7 @@ class DeleteOrDeleteArrayExpr extends Expr, TDeleteOrDeleteArrayExpr {
10251025
/**
10261026
* Gets the object or array being deleted, and gets a `ReuseExpr` when there
10271027
* is a destructor call and the object is also the qualifier of the call.
1028-
*
1028+
*
10291029
* For example, given:
10301030
* ```
10311031
* struct HasDestructor { ~HasDestructor(); };

0 commit comments

Comments
 (0)