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

Unified Diff: net/base/keygen_handler_nss.cc

Issue 649763002: git cl format the second third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_nss.cc
diff --git a/net/base/keygen_handler_nss.cc b/net/base/keygen_handler_nss.cc
index 661dabc7710d056aac8d02843b4828e6547c376f..cf63027257b19c3a5211ce211111780b4e67bf2b 100644
--- a/net/base/keygen_handler_nss.cc
+++ b/net/base/keygen_handler_nss.cc
@@ -34,12 +34,12 @@ std::string KeygenHandler::GenKeyAndSignChallenge() {
return std::string();
}
- return psm::GenKeyAndSignChallenge(key_size_in_bits_, challenge_, url_,
- slot.get(), stores_key_);
+ return psm::GenKeyAndSignChallenge(
+ key_size_in_bits_, challenge_, url_, slot.get(), stores_key_);
}
void KeygenHandler::set_crypto_module_delegate(
- scoped_ptr<crypto::NSSCryptoModuleDelegate> delegate) {
+ scoped_ptr<crypto::NSSCryptoModuleDelegate> delegate) {
crypto_module_delegate_ = delegate.Pass();
}

Powered by Google App Engine
This is Rietveld 408576698