Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: net/base/keygen_handler_openssl.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/keygen_handler_openssl.cc
diff --git a/net/base/keygen_handler_openssl.cc b/net/base/keygen_handler_openssl.cc
index edd0eb110b4e5b131f34151dab7ab13a862378d3..202986f476aca0cca8e6a1876e3139f6c8901291 100644
--- a/net/base/keygen_handler_openssl.cc
+++ b/net/base/keygen_handler_openssl.cc
@@ -23,9 +23,9 @@ std::string KeygenHandler::GenKeyAndSignChallenge() {
OpenSSLPrivateKeyStore::StoreKeyPair(url_, pkey);
crypto::ScopedOpenSSL<NETSCAPE_SPKI, NETSCAPE_SPKI_free> spki(
- NETSCAPE_SPKI_new());
- ASN1_STRING_set(spki.get()->spkac->challenge,
- challenge_.data(), challenge_.size());
+ NETSCAPE_SPKI_new());
+ ASN1_STRING_set(
+ spki.get()->spkac->challenge, challenge_.data(), challenge_.size());
NETSCAPE_SPKI_set_pubkey(spki.get(), pkey);
// Using MD5 as this is what is required in HTML5, even though the SPKI
// structure does allow the use of a SHA-1 signature.
@@ -39,4 +39,3 @@ std::string KeygenHandler::GenKeyAndSignChallenge() {
}
} // namespace net
-

Powered by Google App Engine
This is Rietveld 408576698