Remove trailing whitespace from bash script

This commit is contained in:
Phillip Webb 2013-08-08 05:07:44 -07:00
parent 42bb793155
commit f25b9e109f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# bash completion for spring
# Installation: source this file locally in a terminal or from
# Installation: source this file locally in a terminal or from
# ~/.bashrc or put it in /etc/bash_completions.d (debian)
_spring()
@ -28,7 +28,7 @@ _spring()
done
return 0
fi
done
done
fi
_filedir