[PATCH 0/1] diff-highlight: fix a whitespace nit

2019-10-14 Thread Norman Rasmussen via GitGitGadget
This changes the indent from "" to "" so that the statement lines up with the rest of the block. Signed-off-by: Norman Rasmussen Norman Rasmussen (1): diff-highlight: fix a whitespace nit contrib/diff-highlight/DiffHighlight.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base

[PATCH 1/1] diff-highlight: fix a whitespace nit

2019-10-14 Thread Norman Rasmussen via GitGitGadget
From: Norman Rasmussen This changes the indent from "" to "" so that the statement lines up with the rest of the block. Signed-off-by: Norman Rasmussen --- contrib/diff-highlight/DiffHighlight.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/diff-highlight/Dif