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

Unified Diff: net/cert/ct_log_verifier.cc

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/ct_log_verifier.cc
diff --git a/net/cert/ct_log_verifier.cc b/net/cert/ct_log_verifier.cc
index 1c9374dfd941baf7bcff7bad5cfa8fbda633f788..68e95d5245b767628b23d0709b09be1b141e20a8 100644
--- a/net/cert/ct_log_verifier.cc
+++ b/net/cert/ct_log_verifier.cc
@@ -44,8 +44,10 @@ bool CTLogVerifier::Verify(const ct::LogEntry& entry,
return false;
}
std::string serialized_data;
- if (!ct::EncodeV1SCTSignedData(sct.timestamp, serialized_log_entry,
- sct.extensions, &serialized_data)) {
+ if (!ct::EncodeV1SCTSignedData(sct.timestamp,
+ serialized_log_entry,
+ sct.extensions,
+ &serialized_data)) {
DVLOG(1) << "Unable to create SCT to verify.";
return false;
}

Powered by Google App Engine
This is Rietveld 408576698