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

Unified Diff: net/cert/x509_util_openssl.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_openssl.h
diff --git a/net/cert/x509_util_openssl.h b/net/cert/x509_util_openssl.h
index ec4538003f376e40d9e0431a5d2170bbcf0fac1d..21e829f2cfad683c89a9a1f3446d588f97567f78 100644
--- a/net/cert/x509_util_openssl.h
+++ b/net/cert/x509_util_openssl.h
@@ -28,18 +28,16 @@ bool NET_EXPORT ParsePrincipalKeyAndValueByIndex(X509_NAME* name,
std::string* key,
std::string* value);
-bool NET_EXPORT ParsePrincipalValueByIndex(X509_NAME* name,
- int index,
- std::string* value);
+bool NET_EXPORT
+ ParsePrincipalValueByIndex(X509_NAME* name, int index, std::string* value);
-bool NET_EXPORT ParsePrincipalValueByNID(X509_NAME* name,
- int nid,
- std::string* value);
+bool NET_EXPORT
+ ParsePrincipalValueByNID(X509_NAME* name, int nid, std::string* value);
bool NET_EXPORT ParseDate(ASN1_TIME* x509_time, base::Time* time);
-} // namespace x509_util
+} // namespace x509_util
-} // namespace net
+} // namespace net
#endif // NET_CERT_X509_UTIL_OPENSSL_H_

Powered by Google App Engine
This is Rietveld 408576698