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 |