Remove trailing whitespaces and change tabs to spaces

This commit is contained in:
Łukasz Niemier
2012-11-18 11:23:22 +01:00
parent b79854ad1a
commit 47df1ae40a
140 changed files with 29549 additions and 29549 deletions

View File

@@ -11,7 +11,7 @@ function funced --description 'Edit function definition'
case -e --editor
set editor $argv[2]
set -e argv[2]
case -i --interactive
set interactive 1
@@ -83,7 +83,7 @@ function funced --description 'Edit function definition'
if eval $editor $tmpname
. $tmpname
end
set -l stat $status
set -l stat $status
rm -f $tmpname >/dev/null
return $stat
end