Fix format issue

Change-Id: I9756fa76f94cfcb9edc9f8df8ecfa5ff33918c22
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5542412
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Arthur Wang <wuwang@chromium.org>
This commit is contained in:
Arthur Wang 2024-05-15 12:00:22 -07:00 committed by Crashpad LUCI CQ
parent 4f99326c2e
commit aef8303371

View File

@ -247,7 +247,7 @@ inline void Assign<UInt64Array4, UInt32Array4>(UInt64Array4* destination,
struct_name* generic) { \
auto specific = base::HeapArray<T>::Uninit(count); \
if (!T::ReadArrayInto( \
process_reader, address, specific.size(), specific.data())) { \
process_reader, address, specific.size(), specific.data())) { \
return false; \
} \
for (size_t index = 0; index < count; ++index) { \