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

Unified Diff: net/tools/flip_server/spdy_ssl.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/tools/flip_server/spdy_ssl.cc
diff --git a/net/tools/flip_server/spdy_ssl.cc b/net/tools/flip_server/spdy_ssl.cc
index 2a5cb0e4953c412eefd8aa1a2721b4f8c38d28ab..3b1350315a3b813ec1a2d6e9006e2ce5be151735 100644
--- a/net/tools/flip_server/spdy_ssl.cc
+++ b/net/tools/flip_server/spdy_ssl.cc
@@ -12,10 +12,10 @@ namespace net {
// Each element consists of <the length of the string><string> .
#define NEXT_PROTO_STRING \
- "\x08spdy/4a2" \
- "\x06spdy/3" \
- "\x06spdy/2" \
- "\x08http/1.1" \
+ "\x08spdy/4a2" \
+ "\x06spdy/3" \
+ "\x06spdy/2" \
+ "\x08http/1.1" \
"\x08http/1.0"
#define SSL_CIPHER_LIST "!aNULL:!ADH:!eNull:!LOW:!EXP:RC4+RSA:MEDIUM:HIGH"

Powered by Google App Engine
This is Rietveld 408576698