mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-02 11:58:25 +00:00
Remove extraneous set of braces
This commit is contained in:
parent
bfda941519
commit
e9eac2a245
@ -156,9 +156,7 @@ class PointerHolder
|
||||
void init(Data* data)
|
||||
{
|
||||
this->data = data;
|
||||
{
|
||||
++this->data->refcount;
|
||||
}
|
||||
++this->data->refcount;
|
||||
}
|
||||
void copy(PointerHolder const& rhs)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user