diff --git a/gtests/common/scoped_ptrs.h b/gtests/common/scoped_ptrs.h index 9a93e78c31..2a96ee94a0 100644 --- a/gtests/common/scoped_ptrs.h +++ b/gtests/common/scoped_ptrs.h @@ -19,9 +19,7 @@ struct ScopedDelete { void operator()(CERTCertificateList* list) { CERT_DestroyCertificateList(list); } - void operator()(CERTCertList* list) { - CERT_DestroyCertList(list); - } + void operator()(CERTCertList* list) { CERT_DestroyCertList(list); } void operator()(CERTSubjectPublicKeyInfo* spki) { SECKEY_DestroySubjectPublicKeyInfo(spki); }