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_ |