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

Unified Diff: certutils.py

Issue 2759323004: Fix styling (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: certutils.py
diff --git a/certutils.py b/certutils.py
index 7198dd8c52027268190518bcfea9b0de611ad7ad..46c31a8167b77082160029b760a3d4c8b4e407f4 100644
--- a/certutils.py
+++ b/certutils.py
@@ -130,7 +130,7 @@ def generate_dummy_ca_cert(subject='_WebPageReplayCert'):
ca_cert.set_pubkey(key)
ca_cert.add_extensions([
crypto.X509Extension('basicConstraints', True, 'CA:TRUE'),
- crypto.X509Extension('subjectAltName', False, 'DNS:'+subject),
+ crypto.X509Extension('subjectAltName', False, 'DNS:' + subject),
crypto.X509Extension('nsCertType', True, 'sslCA'),
crypto.X509Extension('extendedKeyUsage', True,
('serverAuth,clientAuth,emailProtection,'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698