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

Unified Diff: net/spdy/spdy_stream.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/spdy/spdy_stream.h
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index 4e3c61a143e2bc793c27f0bf7ba8fd55e81d9ddc..ff674c87833c46c694f3614265e3ea5314a8f284 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -51,10 +51,7 @@ enum SpdyStreamType {
// Passed to some SpdyStream functions to indicate whether there's
// more data to send.
-enum SpdySendStatus {
- MORE_DATA_TO_SEND,
- NO_MORE_DATA_TO_SEND
-};
+enum SpdySendStatus { MORE_DATA_TO_SEND, NO_MORE_DATA_TO_SEND };
// Returned by SpdyStream::OnResponseHeadersUpdated() to indicate
// whether the current response headers are complete or not.

Powered by Google App Engine
This is Rietveld 408576698