t-ctype: align output of i
commit7a8d6c0a10e836d47e5531e321b5e1a944aa6123
authorRené Scharfe <l.s.r@web.de>
Sun, 3 Mar 2024 10:13:27 +0000 (3 11:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Mar 2024 17:47:33 +0000 (3 09:47 -0800)
tree3f3560a11ba04e1d4b4341e2926f256b760b5c6f
parent752cb6ef816c8b2b37e38e418bd11698c00027e4
t-ctype: align output of i

The unit test reports misclassified characters like this:

   # check "isdigit(i) == !!memchr("123456789", i, len)" failed at t/unit-tests/t-ctype.c:36
   #    left: 1
   #   right: 0
   #        i: 0x30

Reduce the indent of i to put its colon directly below the ones in the
preceding lines for consistency.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/unit-tests/t-ctype.c