fsck_tree(): wrap some long lines
authorJeff King <peff@peff.net>
Sat, 1 May 2021 15:41:43 +0000 (11:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 May 2021 05:41:08 +0000 (14:41 +0900)
commit0282f6799f2ca9c2d3f000976856282b7c69d238
treecf5ba3b16f19aba9268980495105ce4de3e35a89
parent9e1947cb482c8fc7e1d0c8334f126ced5062b895
fsck_tree(): wrap some long lines

Many calls to report() in fsck_tree() are kept on a single line and are
quite long. Most were pretty big to begin with, but have gotten even
longer over the years as we've added more parameters. Let's accept the
churn of wrapping them in order to conform to our usual line limits.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsck.c