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

Unified Diff: net/ftp/ftp_directory_listing_parser_unittest.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_directory_listing_parser_unittest.h
diff --git a/net/ftp/ftp_directory_listing_parser_unittest.h b/net/ftp/ftp_directory_listing_parser_unittest.h
index 22c2cf907402ba759bc43acd2411d6379de0b83b..591266e17c33ceb990b7b937388876a3d6b78604 100644
--- a/net/ftp/ftp_directory_listing_parser_unittest.h
+++ b/net/ftp/ftp_directory_listing_parser_unittest.h
@@ -60,7 +60,7 @@ class FtpDirectoryListingParserTest : public testing::Test {
}
base::Time GetMockCurrentTime() {
- base::Time::Exploded mock_current_time_exploded = { 0 };
+ base::Time::Exploded mock_current_time_exploded = {0};
mock_current_time_exploded.year = 1994;
mock_current_time_exploded.month = 11;
mock_current_time_exploded.day_of_month = 15;
@@ -73,4 +73,3 @@ class FtpDirectoryListingParserTest : public testing::Test {
} // namespace net
#endif // NET_FTP_FTP_DIRECTORY_LISTING_PARSER_UNITTEST_H_
-

Powered by Google App Engine
This is Rietveld 408576698