From 3b3c79f6c9cdd3fc6f5231e2d8c53ee732cfc771 Mon Sep 17 00:00:00 2001 From: Norman Rasmussen Date: Tue, 15 Oct 2019 03:31:26 +0000 Subject: diff-highlight: fix a whitespace nit This changes the indent from "" to "" so that the statement lines up with the rest of the block. Signed-off-by: Norman Rasmussen Acked-by: Jeff King Signed-off-by: Junio C Hamano diff --git a/contrib/diff-highlight/DiffHighlight.pm b/contrib/diff-highlight/DiffHighlight.pm index 7440aa1..e258992 100644 --- a/contrib/diff-highlight/DiffHighlight.pm +++ b/contrib/diff-highlight/DiffHighlight.pm @@ -72,7 +72,7 @@ sub handle_line { (?:$COLOR?\|$COLOR?[ ])* # zero or more trailing "|" [ ]* # trailing whitespace for merges /x) { - my $graph_prefix = $&; + my $graph_prefix = $&; # We must flush before setting graph indent, since the # new commit may be indented differently from what we -- cgit v0.10.2-6-g49f6