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

Unified Diff: net/cert/asn1_util.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/asn1_util.h
diff --git a/net/cert/asn1_util.h b/net/cert/asn1_util.h
index ed379b3f1223cf9f2cf2aa92fd71082f22c80edc..728dd641307ddd9580d360e9a89a12386b834918 100644
--- a/net/cert/asn1_util.h
+++ b/net/cert/asn1_util.h
@@ -46,7 +46,7 @@ static const unsigned kOptional = 0x20000;
bool ParseElement(base::StringPiece* in,
unsigned tag_value,
base::StringPiece* out,
- unsigned *out_header_len);
+ unsigned* out_header_len);
// GetElement performs the same actions as ParseElement, except that the header
// bytes are not included in the output.
@@ -86,8 +86,8 @@ NET_EXPORT_PRIVATE bool ExtractCRLURLsFromDERCert(
base::StringPiece cert,
std::vector<base::StringPiece>* urls_out);
-} // namespace asn1
+} // namespace asn1
-} // namespace net
+} // namespace net
-#endif // NET_CERT_ASN1_UTIL_H_
+#endif // NET_CERT_ASN1_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698