aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_help.fish
diff options
context:
space:
mode:
authorGravatar Łukasz Niemier <lukasz@niemier.pl>2012-11-18 11:23:22 +0100
committerGravatar Łukasz Niemier <lukasz@niemier.pl>2012-11-18 11:23:22 +0100
commit47df1ae40adecd0a02fc7dd06ab0745cb18c3fe0 (patch)
tree13bf3e8fdcae60fdfb5fa5e26c95818dc7a49790 /share/functions/__fish_print_help.fish
parentb79854ad1aa814d9d35d76a1929b4726fa4bffa5 (diff)
Remove trailing whitespaces and change tabs to spaces
Diffstat (limited to 'share/functions/__fish_print_help.fish')
-rw-r--r--share/functions/__fish_print_help.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_print_help.fish b/share/functions/__fish_print_help.fish
index 07df075c..8e4d3000 100644
--- a/share/functions/__fish_print_help.fish
+++ b/share/functions/__fish_print_help.fish
@@ -8,7 +8,7 @@ function __fish_print_help --description "Print help message for the specified f
case '*'
set item $argv[1]
end
-
+
# Do nothing if the file does not exist
if not test -e "$__fish_datadir/man/man1/$item.1"
return