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

Unified Diff: net/cert/x509_util_nss.h

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/cert/x509_util_nss.h
diff --git a/net/cert/x509_util_nss.h b/net/cert/x509_util_nss.h
index 877dc4856d25ab2b38734d489421dc4f9db84d18..700ae59843780f7336f616e4bca5a92edcd8af9b 100644
--- a/net/cert/x509_util_nss.h
+++ b/net/cert/x509_util_nss.h
@@ -27,8 +27,7 @@ namespace x509_util {
#if defined(USE_NSS) || defined(OS_IOS)
// Parses the Principal attribute from |name| and outputs the result in
// |principal|.
-void ParsePrincipal(CERTName* name,
- CertPrincipal* principal);
+void ParsePrincipal(CERTName* name, CertPrincipal* principal);
// Parses the date from |der_date| and outputs the result in |result|.
void ParseDate(const SECItem* der_date, base::Time* result);
@@ -67,10 +66,9 @@ void GetPublicKeyInfo(CERTCertificate* handle,
// |out| will receive the result list on success.
// Return true on success. On failure, the caller must free the
// intermediate CERTName objects pushed to |out|.
-bool GetIssuersFromEncodedList(
- const std::vector<std::string>& issuers,
- PLArenaPool* arena,
- std::vector<CERTName*>* out);
+bool GetIssuersFromEncodedList(const std::vector<std::string>& issuers,
+ PLArenaPool* arena,
+ std::vector<CERTName*>* out);
// Returns true iff a certificate is issued by any of the issuers listed
// by name in |valid_issuers|.
@@ -92,8 +90,8 @@ std::string GetUniqueNicknameForSlot(const std::string& nickname,
PK11SlotInfo* slot);
#endif // defined(USE_NSS) || defined(OS_IOS)
-} // namespace x509_util
+} // namespace x509_util
-} // namespace net
+} // namespace net
#endif // NET_CERT_X509_UTIL_NSS_H_

Powered by Google App Engine
This is Rietveld 408576698