Skip to content

Commit

Permalink
clang-format fix. r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Oct 4, 2016
1 parent 4168e40 commit f661099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external_tests/ssl_gtest/libssl_internals.c
Expand Up @@ -150,7 +150,7 @@ PRBool SSLInt_CheckSecretsDestroyed(PRFileDesc *fd) {
CHECK_SECRET(clientEarlyTrafficSecret);
CHECK_SECRET(clientHsTrafficSecret);
CHECK_SECRET(serverHsTrafficSecret);

return PR_TRUE;
}

Expand Down

0 comments on commit f661099

Please sign in to comment.