Kaydet (Commit) bf8fbbaa authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryparen (--with-webdav=serf)

Change-Id: If5b05772f2195244e509d7464f5ac3d59280c807
Reviewed-on: https://gerrit.libreoffice.org/59965
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 3ef3569c
...@@ -92,7 +92,7 @@ DataSupplier_Impl::~DataSupplier_Impl() ...@@ -92,7 +92,7 @@ DataSupplier_Impl::~DataSupplier_Impl()
while ( it != end ) while ( it != end )
{ {
delete (*it); delete *it;
++it; ++it;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment