On Wed, Sep 28, 2022 at 4:41 AM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > builtin/bundle.c: use \t, not fix indentation 2-SP indentation Not worth a reroll, but doesn't this have one to many instances of "indentation"? Also: s/fix/fixed/ ? I'd probably have written it simply as: builtin/bundle.c: indent with tabs > Fix indentation issues introduced with 73c3253d75e (bundle: framework > for options before bundle file, 2019-11-10), and carried forward in > some subsequent commits. > > Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> The patch itself makes sense.