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

Unified Diff: net/ftp/ftp_response_info.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/ftp/ftp_response_info.cc
diff --git a/net/ftp/ftp_response_info.cc b/net/ftp/ftp_response_info.cc
index ddbd1edf3a48e10227c95359b22b90959c5a0028..8cfc4324ea3bc1e04e051476535ab44ab421e1b2 100644
--- a/net/ftp/ftp_response_info.cc
+++ b/net/ftp/ftp_response_info.cc
@@ -12,6 +12,7 @@ FtpResponseInfo::FtpResponseInfo()
is_directory_listing(false) {
}
-FtpResponseInfo::~FtpResponseInfo() {}
+FtpResponseInfo::~FtpResponseInfo() {
+}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698