summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorMiroslav Koškár <mk@mkoskar.com>2020-06-27 08:12:15 +0200
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-27 20:32:39 +0000
commitd839833e4e00ee320a353846eaa235ab952181f0 (patch)
tree6e67071c23188287c1c9d534f4900b8c4897708e /Completion/Unix/Command
parent6f479b76851b17527c9c8b12acf8553e95a590cf (diff)
downloadzsh-d839833e4e00ee320a353846eaa235ab952181f0.tar.gz
zsh-d839833e4e00ee320a353846eaa235ab952181f0.zip
46139: _git: Remove hanging whitespaces
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_git4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 9eeff6a49..fc754e7e5 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -2346,7 +2346,7 @@ __git_config_value () {
# Helper to _git-config(). May be called by other functions, too, provided
# that The caller has set $line, $state, and $opt_args as _git-config() would
# set them:
-#
+#
# - set $line[1] to the option name being completed (even if completing an
# option value).
# - set $opt_args to git-config(1) options, as set by _arguments in
@@ -2916,7 +2916,7 @@ __git_config_option-or-value () {
for key in $git_present_options ; do
if (( ${+git_options[(r)(#i)${(b)key}:*]} )); then
# $key is already in git_options
- continue
+ continue
elif (( ${+sections_that_permit_arbitrary_subsection_names[(r)${(b)key%%.*}]} )); then
if [[ $key == *.*.* ]]; then
# If $key isn't an instance of a known foo.*.bar:baz $git_options entry...