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

Unified Diff: net/disk_cache/blockfile/stress_support.h

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/disk_cache/blockfile/stress_support.h
diff --git a/net/disk_cache/blockfile/stress_support.h b/net/disk_cache/blockfile/stress_support.h
index 5383c5d3e3c6d6429a3c616801e31643e97c093a..64289426ad591fb28609eaf507a40f1057e0be6b 100644
--- a/net/disk_cache/blockfile/stress_support.h
+++ b/net/disk_cache/blockfile/stress_support.h
@@ -30,8 +30,10 @@ namespace disk_cache {
// We don't support streams with these macros, but that's a small price to pay
// to have a straightforward logic here. Please don't add something like
// LogMessageVoidify.
-#define STRESS_NOTREACHED() {}
-#define STRESS_DCHECK(a) {}
+#define STRESS_NOTREACHED() \
+ {}
+#define STRESS_DCHECK(a) \
+ {}
#endif
} // namespace disk_cache

Powered by Google App Engine
This is Rietveld 408576698