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

Unified Diff: runtime/platform/c99_support_win.h

Issue 2470663006: Add .clang-format and run clang-format on runtime/platform. (Closed)
Patch Set: Remove default override for short functions Created 4 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
« no previous file with comments | « runtime/platform/assert.cc ('k') | runtime/platform/floating_point.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/c99_support_win.h
diff --git a/runtime/platform/c99_support_win.h b/runtime/platform/c99_support_win.h
index d90f34dfe36520b2470131f074157ff3415068c2..b7b625b0e8763331963d469c138e2584ea2928fc 100644
--- a/runtime/platform/c99_support_win.h
+++ b/runtime/platform/c99_support_win.h
@@ -21,11 +21,10 @@ static const unsigned __int64 kQuietNaNMask =
#ifndef va_copy
#define va_copy(dst, src) (memmove(&(dst), &(src), sizeof(dst)))
-#endif /* va_copy */
+#endif /* va_copy */
-#define NAN \
- *reinterpret_cast<const double*>(&kQuietNaNMask)
+#define NAN *reinterpret_cast<const double*>(&kQuietNaNMask)
namespace std {
« no previous file with comments | « runtime/platform/assert.cc ('k') | runtime/platform/floating_point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698