From 74697e63cba1eb101b627c9bf9f97e2289737ba3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 10 Sep 2016 10:33:24 +1200 Subject: Fix trailing whitespace --- bash/bash_completion.d/git.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/bash_completion.d/git.bash b/bash/bash_completion.d/git.bash index 2e77184a..7e256952 100644 --- a/bash/bash_completion.d/git.bash +++ b/bash/bash_completion.d/git.bash @@ -87,7 +87,7 @@ _git() { return ;; esac - + # Try to find the index of the Git subcommand local -i sci i for ((i = 1; !sci && i <= COMP_CWORD; i++)) ; do -- cgit v1.2.3