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

Unified Diff: runtime/bin/secure_socket_utils.cc

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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 | « runtime/bin/secure_socket_utils.h ('k') | runtime/bin/security_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/secure_socket_utils.cc
diff --git a/runtime/bin/secure_socket_utils.cc b/runtime/bin/secure_socket_utils.cc
index 4ed1a676c6e7855d213e79e4ad3ee843cb47d2a0..23079a6a9007fd44670992bc2dcf56c458044e4d 100644
--- a/runtime/bin/secure_socket_utils.cc
+++ b/runtime/bin/secure_socket_utils.cc
@@ -45,7 +45,6 @@ void SecureSocketUtils::FetchErrorString(const SSL* ssl,
}
}
-
// Handle an error reported from the BoringSSL library.
void SecureSocketUtils::ThrowIOException(int status,
const char* exception_type,
@@ -65,7 +64,6 @@ void SecureSocketUtils::ThrowIOException(int status,
UNREACHABLE();
}
-
void SecureSocketUtils::CheckStatusSSL(int status,
const char* type,
const char* message,
@@ -85,7 +83,6 @@ void SecureSocketUtils::CheckStatusSSL(int status,
SecureSocketUtils::ThrowIOException(status, type, message, ssl);
}
-
void SecureSocketUtils::CheckStatus(int status,
const char* type,
const char* message) {
« no previous file with comments | « runtime/bin/secure_socket_utils.h ('k') | runtime/bin/security_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698