]> git.droids-corp.org - git-central.git/commitdiff
Fix trailing space.
authorStephen Haberman <stephen@exigencecorp.com>
Tue, 11 Nov 2008 23:08:16 +0000 (17:08 -0600)
committerStephen Haberman <stephen@exigencecorp.com>
Tue, 11 Nov 2008 23:08:16 +0000 (17:08 -0600)
scripts/checkout

index 5f50c26bd3b7fb16cfdec21d8297a9a9b22a5ebf..e326b38e99f5cff52d0071e84010cf4744df9ee9 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"