Merge branch 'nr/diff-highlight-indent-fix'
Code cleanup. * nr/diff-highlight-indent-fix: diff-highlight: fix a whitespace nit
This commit is contained in:
@ -72,7 +72,7 @@ sub handle_line {
|
|||||||
(?:$COLOR?\|$COLOR?[ ])* # zero or more trailing "|"
|
(?:$COLOR?\|$COLOR?[ ])* # zero or more trailing "|"
|
||||||
[ ]* # trailing whitespace for merges
|
[ ]* # trailing whitespace for merges
|
||||||
/x) {
|
/x) {
|
||||||
my $graph_prefix = $&;
|
my $graph_prefix = $&;
|
||||||
|
|
||||||
# We must flush before setting graph indent, since the
|
# We must flush before setting graph indent, since the
|
||||||
# new commit may be indented differently from what we
|
# new commit may be indented differently from what we
|
||||||
|
Reference in New Issue
Block a user