Fix trailing space.
[git-central.git] / scripts / checkout
index 5f50c26..e326b38 100644 (file)
@@ -3,7 +3,7 @@
 branch_name=$1
 
 # See if it already exists
-git rev-parse --verify --quiet $branch_name >/dev/null 
+git rev-parse --verify --quiet $branch_name >/dev/null
 if [[ $? -eq 0 ]] ; then
        # Just checkout what they asked
        git checkout "$branch_name"