aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/set.fish
diff options
context:
space:
mode:
authorGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 10:18:26 +0800
committerGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 10:18:26 +0800
commit70322077d21ae38bbe503d88e9e4d73ec883a493 (patch)
treed64024c9dde752818a35f865f910e413d8935579 /share/completions/set.fish
parentf529b2e05725cba0bf9da3ee0feb0b7e3ef2fa5a (diff)
remove trialing spaces #2
Diffstat (limited to 'share/completions/set.fish')
-rw-r--r--share/completions/set.fish8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/completions/set.fish b/share/completions/set.fish
index 4ff26716..86647e96 100644
--- a/share/completions/set.fish
+++ b/share/completions/set.fish
@@ -22,11 +22,11 @@ function __fish_set_is_color -d 'Test if We are specifying a color value for the
return 0
case '-*'
-
+
case '*'
return 1
end
- end
+ end
return 1
end
@@ -40,11 +40,11 @@ function __fish_set_is_locale -d 'Test if We are specifying a locale value for t
return 0
case '-*'
-
+
case '*'
return 1
end
- end
+ end
return 1
end