C++: Fix formatting

This commit is contained in:
Jeroen Ketema
2024-04-02 11:38:19 +02:00
parent 9190bf25ce
commit 01183800a6

View File

@@ -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(); };