Skip to content

Commit

Permalink
Bug 1312977 - clang-format, a=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 27, 2016
1 parent d6cc5ec commit 38412a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssl/ssl3ecc.c
Expand Up @@ -507,7 +507,7 @@ ssl_CreateECDHEphemeralKeyPair(const sslSocket *ss,
pubKey->u.ec.publicValue.len));
#ifdef TRACE
if (ssl_trace >= 50) {
SECItem d = {siBuffer, NULL, 0};
SECItem d = { siBuffer, NULL, 0 };
SECStatus rv = PK11_ReadRawAttribute(PK11_TypePrivKey, privKey,
CKA_VALUE, &d);
if (rv == SECSuccess) {
Expand Down

0 comments on commit 38412a4

Please sign in to comment.