mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-25 22:30:49 +08:00
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:
parent
4f99326c2e
commit
aef8303371
@ -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) { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user