userdiff style: normalize pascal regex declaration
commit82512e008c82834df5a00ea79e1091da45b330b0
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 8 Apr 2021 15:04:18 +0000 (8 17:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Apr 2021 19:19:09 +0000 (8 12:19 -0700)
tree125a0f0117ed17b4bd72f1625f6979e064be8c81
parent6d1c9c527e5d2f4a00827ee2eac29709a1aff1ee
userdiff style: normalize pascal regex declaration

Declare the pascal pattern consistently with how we declare the
others, not having "\n" on one line by itself, but as part of the
pattern, and when there are alterations have the "|" at the start, not
end of the line.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
userdiff.c