aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-31 14:31:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-31 14:33:04 +1300
commitcc1e3c80824c5f641ff12adeb2eb2b84018e08d6 (patch)
tree8b90fbfc922f91ed319966b19a5dadd42d329e17
parentClarify control flow in shell scripts (diff)
downloaddotfiles-cc1e3c80824c5f641ff12adeb2eb2b84018e08d6.tar.gz
dotfiles-cc1e3c80824c5f641ff12adeb2eb2b84018e08d6.zip
Trim some trailing whitespace
-rw-r--r--bash/bash_completion.d/git.bash2
-rw-r--r--bin/eds.sh2
-rw-r--r--vim/autoload/filetype.vim2
3 files changed, 2 insertions, 4 deletions
diff --git a/bash/bash_completion.d/git.bash b/bash/bash_completion.d/git.bash
index c3a4d49c..fbd182b1 100644
--- a/bash/bash_completion.d/git.bash
+++ b/bash/bash_completion.d/git.bash
@@ -8,7 +8,7 @@
# Define and set helper function
_git() {
- # What completion to do
+ # What completion to do
case $COMP_KEY in
# Complete with branch names if C-x,B is pressed
diff --git a/bin/eds.sh b/bin/eds.sh
index 63e1a772..134fbdcb 100644
--- a/bin/eds.sh
+++ b/bin/eds.sh
@@ -24,7 +24,7 @@ esac
# Prepend the path to each of the names given if they don't look like options
for arg do
if [ -z "$reset" ] ; then
- set --
+ set --
reset=1
fi
case $arg in
diff --git a/vim/autoload/filetype.vim b/vim/autoload/filetype.vim
index d1e4e3d7..e33dfcbc 100644
--- a/vim/autoload/filetype.vim
+++ b/vim/autoload/filetype.vim
@@ -72,5 +72,3 @@ function! filetype#CheckShebang() abort
doautocmd filetypedetect BufRead
endif
endfunction
-
-