]> git.ipfire.org Git - thirdparty/git.git/blobdiff - contrib/diff-highlight/DiffHighlight.pm
diff-highlight: fix a whitespace nit
[thirdparty/git.git] / contrib / diff-highlight / DiffHighlight.pm
index 7440aa1c4638103c952c225f2c9b77d8c9451b08..e2589922a659641526b8d946ccc06f87e9731de2 100644 (file)
@@ -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