diff: simplify allow-indentation-change delta calculation
commit76e32d619323c89e44ebfcfdb9d44766937b17dc
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Thu, 9 Dec 2021 10:30:01 +0000 (9 10:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Dec 2021 21:24:05 +0000 (9 13:24 -0800)
tree698015041c4836b33bfd4f252cad93323787fff3
parenteb893525041a53b968a46000ed5cb66ffc725853
diff: simplify allow-indentation-change delta calculation

Now that we reliably end a block when the sign changes we don't need
the whitespace delta calculation to rely on the sign.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c