]> git.ipfire.org Git - thirdparty/git.git/commit - range-diff.c
range-diff: fix function parameter indentation
authorThomas Gummerer <t.gummerer@gmail.com>
Thu, 11 Jul 2019 16:08:45 +0000 (17:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Jul 2019 21:29:27 +0000 (14:29 -0700)
commit1ca69225981a915b0041f74047fe554b1580da5b
treefd0a3aeb7482ef20afffc2fa8cea21b2ad3deee1
parentef283b3699f91c9138753946dd53bec55289498a
range-diff: fix function parameter indentation

Fix the indentation of the function parameters for a couple of
functions, to match the style in the rest of the file.

Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
range-diff.c