Skip to content

Commit

Permalink
Bug 1460673 - fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed May 18, 2018
1 parent 376da7d commit 7124a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpputil/scoped_ptrs.h
Expand Up @@ -10,10 +10,10 @@
#include <memory>
#include "cert.h"
#include "keyhi.h"
#include "p12.h"
#include "pk11pub.h"
#include "pkcs11uri.h"
#include "sslexp.h"
#include "p12.h"

struct ScopedDelete {
void operator()(CERTCertificate* cert) { CERT_DestroyCertificate(cert); }
Expand Down

0 comments on commit 7124a98

Please sign in to comment.