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

Unified Diff: net/base/winsock_util.cc

Issue 642403002: git cl format the first third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 6 years, 1 month 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
« net/base/net_util_icu_unittest.cc ('K') | « net/base/url_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/winsock_util.cc
diff --git a/net/base/winsock_util.cc b/net/base/winsock_util.cc
index 5522e2719a549e9d0fdc6d557df63f3d715d5964..ba2d2bd6712813a12c0a5a26a098c05d3fd4fdce 100644
--- a/net/base/winsock_util.cc
+++ b/net/base/winsock_util.cc
@@ -14,8 +14,8 @@ namespace {
// Prevent the compiler from optimizing away the arguments so they appear
// nicely on the stack in crash dumps.
#pragma warning(push)
-#pragma warning (disable: 4748)
-#pragma optimize( "", off )
+#pragma warning(disable : 4748)
+#pragma optimize("", off)
// Pass the important values as function arguments so that they are available
// in crash dumps.
@@ -28,7 +28,7 @@ void CheckEventWait(WSAEVENT hEvent, DWORD wait_rv, DWORD expected) {
}
}
-#pragma optimize( "", on )
+#pragma optimize("", on)
#pragma warning(pop)
} // namespace
« net/base/net_util_icu_unittest.cc ('K') | « net/base/url_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698