summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-08-23 15:43:01 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-08-24 00:48:46 -0700
commit34e7db0b48b952141b8fd392ff03dfc57124fc3d (patch)
treed4de432f5e86c300b7119738fbb17cda930baa6a
parentdb549aa7f63621e1b81d32e59456303c5003b4b9 (diff)
report-entry-arrays: whitespace/indentation fixup
trivial
-rw-r--r--src/report-entry-arrays.c2
1 files changed, 1 insertions, 1 deletions
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++;
© All Rights Reserved