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

Unified Diff: net/base/winsock_util.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/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

Powered by Google App Engine
This is Rietveld 408576698