]> git.ipfire.org Git - thirdparty/git.git/commit
diff-highlight: fix a whitespace nit
authorNorman Rasmussen <norman@rasmussen.co.za>
Tue, 15 Oct 2019 03:31:26 +0000 (03:31 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Oct 2019 05:08:37 +0000 (14:08 +0900)
commit3b3c79f6c9cdd3fc6f5231e2d8c53ee732cfc771
tree0e5e9e3401e935e518ad6201a36b9f1dc9c9bd01
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
diff-highlight: fix a whitespace nit

This changes the indent from
  "<tab><sp><sp><sp><sp><sp><sp><sp><sp>"
to
  "<tab><tab>"
so that the statement lines up with the rest of the block.

Signed-off-by: Norman Rasmussen <norman@rasmussen.co.za>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/diff-highlight/DiffHighlight.pm