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

Unified Diff: runtime/platform/address_sanitizer.h

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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
« no previous file with comments | « runtime/lib/weak_property.cc ('k') | runtime/platform/allocation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/address_sanitizer.h
diff --git a/runtime/platform/address_sanitizer.h b/runtime/platform/address_sanitizer.h
index bc7359dab31b06c0600cc0b48f390275e7537964..e6a45e805487b9870c0d2357323bec7a216a976c 100644
--- a/runtime/platform/address_sanitizer.h
+++ b/runtime/platform/address_sanitizer.h
@@ -32,7 +32,7 @@ extern "C" void __lsan_unregister_root_region(const void* p, size_t size);
} while (false && (ptr) == 0 && (len) == 0)
#endif // __has_feature(address_sanitizer)
-#else // defined(__has_feature)
+#else // defined(__has_feature)
#define ASAN_UNPOISON(ptr, len) \
do { \
« no previous file with comments | « runtime/lib/weak_property.cc ('k') | runtime/platform/allocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698