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

Unified Diff: net/ftp/ftp_ctrl_response_buffer.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/ftp/ftp_ctrl_response_buffer.h
diff --git a/net/ftp/ftp_ctrl_response_buffer.h b/net/ftp/ftp_ctrl_response_buffer.h
index fa5c03115b3cf578ae9b1e95987cf53f3fb905b5..69c15dd46c583fc6132535070d187ba1bc2b8ad5 100644
--- a/net/ftp/ftp_ctrl_response_buffer.h
+++ b/net/ftp/ftp_ctrl_response_buffer.h
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
#ifndef NET_FTP_FTP_CTRL_RESPONSE_BUFFER_H_
#define NET_FTP_FTP_CTRL_RESPONSE_BUFFER_H_
@@ -34,9 +33,7 @@ class NET_EXPORT_PRIVATE FtpCtrlResponseBuffer {
// Called when data is received from the control socket. Returns error code.
int ConsumeData(const char* data, int data_length);
- bool ResponseAvailable() const {
- return !responses_.empty();
- }
+ bool ResponseAvailable() const { return !responses_.empty(); }
// Returns the next response. It is an error to call this function
// unless ResponseAvailable returns true.

Powered by Google App Engine
This is Rietveld 408576698