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

Unified Diff: third_party/WebKit/Source/wtf/AddressSanitizer.h

Issue 1611343002: wtf reformat test Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pydent Created 4 years, 11 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: third_party/WebKit/Source/wtf/AddressSanitizer.h
diff --git a/third_party/WebKit/Source/wtf/AddressSanitizer.h b/third_party/WebKit/Source/wtf/AddressSanitizer.h
index a01b9da1d56047ffaddee35b2de9ff9a6f968635..9749b0b85f8a88237ce7b4607ab75bdf84385b0b 100644
--- a/third_party/WebKit/Source/wtf/AddressSanitizer.h
+++ b/third_party/WebKit/Source/wtf/AddressSanitizer.h
@@ -13,10 +13,8 @@
#if defined(ADDRESS_SANITIZER)
#include <sanitizer/asan_interface.h>
#else
-#define ASAN_POISON_MEMORY_REGION(addr, size) \
- ((void)(addr), (void)(size))
-#define ASAN_UNPOISON_MEMORY_REGION(addr, size) \
- ((void)(addr), (void)(size))
+#define ASAN_POISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size))
+#define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size))
#endif
#if defined(LEAK_SANITIZER)
@@ -48,4 +46,4 @@
#define NO_SANITIZE_MEMORY
#endif
-#endif // WTF_AddressSanitizer_h
+#endif // WTF_AddressSanitizer_h
« no previous file with comments | « third_party/WebKit/Source/wtf/ASCIICTypeTest.cpp ('k') | third_party/WebKit/Source/wtf/AddressSpaceRandomization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698