Skip to content

Commit

Permalink
Bug 1318561 - clang-format, a=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Nov 23, 2016
1 parent b11c016 commit 90a8adf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gtests/common/scoped_ptrs.h
Expand Up @@ -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);
}
Expand Down

0 comments on commit 90a8adf

Please sign in to comment.