From 34e7db0b48b952141b8fd392ff03dfc57124fc3d Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 23 Aug 2021 15:43:01 -0700 Subject: report-entry-arrays: whitespace/indentation fixup trivial --- src/report-entry-arrays.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/report-entry-arrays.c b/src/report-entry-arrays.c index 9276cba..98f54e1 100644 --- a/src/report-entry-arrays.c +++ b/src/report-entry-arrays.c @@ -235,7 +235,7 @@ THUNK_DEFINE_STATIC(per_object, thunk_t *, self, uint64_t *, iter_offset, Object /* skip non-entry-array objects */ if (iter_object_header->type != OBJECT_ENTRY_ARRAY) - return journal_iter_next_object(iou, journal, header, iter_offset, iter_object_header, THUNK( + return journal_iter_next_object(iou, journal, header, iter_offset, iter_object_header, THUNK( per_object_dispatch(iter_offset, self))); stats->count++; -- cgit v1.2.3