]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
Style: Remove extra spaces
[dotfiles.git] / .shellrc
index edb29b8d6c863b5d43dc94c76de31bd7b1a17519..1920ed7cc94ddc04b34ea6cc17341ef70f1a4865 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -276,7 +276,7 @@ if test -x /usr/bin/git >/dev/null 2>&1; then
 
       # list remotes with URLs matching a regexp
       _list_remotes() {
-         if [ $#  -ne 1 ]; then
+         if [ $# -ne 1 ]; then
             echo "Usage: _list_remotes remote_regexp" >&2
             return 1
          fi