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

2019-10-14 Thread Norman Rasmussen
and I only noticed this line when I changed my editor's default tabwidth after a while of coding. -- - Norman Rasmussen - Email: nor...@rasmussen.co.za - Home page: http://norman.rasmussen.co.za/

[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 inse

[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/co