diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2009-07-25 13:38:42 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-07-25 13:38:42 +0300 |
commit | c6360dde51e4e777a765d20852b2e452a8e6221d (patch) | |
tree | 215492f4b8693b9f058c7415443975a9f65f08d8 /contrib/vpnc | |
parent | 328bd6024286a713e6f99fc7183e5deb5c553609 (diff) | |
download | bash-completion-c6360dde51e4e777a765d20852b2e452a8e6221d.tar.gz |
Trim trailing whitespace (cosmetic, no functional changes).
Diffstat (limited to 'contrib/vpnc')
-rw-r--r-- | contrib/vpnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vpnc b/contrib/vpnc index ef8fdf76..6ab9ad58 100644 --- a/contrib/vpnc +++ b/contrib/vpnc @@ -19,7 +19,7 @@ _vpnc() return 0 ;; --pfs) - COMPREPLY=( $( compgen -W 'dh1 dh2 dh5' -- $cur ) ) + COMPREPLY=( $( compgen -W 'dh1 dh2 dh5' -- $cur ) ) return 0 ;; --@(pid-file|script)) |