From e9eac2a2451878b8daae585b4d6f7a85ce195bdd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 3 Apr 2020 11:10:45 -0400 Subject: Remove extraneous set of braces --- include/qpdf/PointerHolder.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/qpdf/PointerHolder.hh b/include/qpdf/PointerHolder.hh index 8eaff2f6..03f0b682 100644 --- a/include/qpdf/PointerHolder.hh +++ b/include/qpdf/PointerHolder.hh @@ -156,9 +156,7 @@ class PointerHolder void init(Data* data) { this->data = data; - { - ++this->data->refcount; - } + ++this->data->refcount; } void copy(PointerHolder const& rhs) { -- cgit v1.2.3-54-g00ecf