create-tarball: Remove trailing/leading whitespaces.
authorKarolin Seeger <kseeger@samba.org>
Mon, 22 Sep 2008 15:53:40 +0000 (08:53 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 22 Sep 2008 16:03:35 +0000 (09:03 -0700)
Karolin

release-scripts/create-tarball

index 3463f012a5bc466aa27ff3763300629fc8297319..1ce88941badcc7df9ca700ef9337988cc654234e 100755 (executable)
@@ -38,7 +38,7 @@ function printUsage
 }
 
 ##
 }
 
 ##
-## Parse the command line options 
+## Parse the command line options
 ##
 
 function parseOptions
 ##
 
 function parseOptions
@@ -115,7 +115,7 @@ function buildDocs
 
        rsync -av "${OPT_DOCSDIR}"/ docs/
        exitOnError $? "Failed top copy docs from ${OPT_DOCSDIR}"
 
        rsync -av "${OPT_DOCSDIR}"/ docs/
        exitOnError $? "Failed top copy docs from ${OPT_DOCSDIR}"
-       
+
        return 0
     fi
 
        return 0
     fi
 
@@ -163,11 +163,11 @@ function createReleaseTag
 ##
 ## Main driver
 ##
 ##
 ## Main driver
 ##
-function main 
+function main
 {
     parseOptions "$@"
     exitOnError $? "Failed to parse options"
 {
     parseOptions "$@"
     exitOnError $? "Failed to parse options"
-    
+
     cd $TOPDIR
 
     git-checkout ${OPT_BRANCH}
     cd $TOPDIR
 
     git-checkout ${OPT_BRANCH}