[haiku-commits] r36509 - haiku/trunk/build/scripts

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 27 Apr 2010 22:14:18 +0200 (CEST)

Author: bonefish
Date: 2010-04-27 22:14:18 +0200 (Tue, 27 Apr 2010)
New Revision: 36509
Changeset: http://dev.haiku-os.org/changeset/36509/haiku

Modified:
   haiku/trunk/build/scripts/build_haiku_image
Log:
Automatic whitespace cleanup.


Modified: haiku/trunk/build/scripts/build_haiku_image
===================================================================
--- haiku/trunk/build/scripts/build_haiku_image 2010-04-27 19:43:13 UTC (rev 
36508)
+++ haiku/trunk/build/scripts/build_haiku_image 2010-04-27 20:14:18 UTC (rev 
36509)
@@ -46,7 +46,7 @@
        if readlink -f "$imagePath" > /dev/null 2>&1 ; then
                normalizedImagePath=$(readlink -f "$imagePath")
        elif realpath "$imagePath" > /dev/null 2>&1 ; then
-               normalizedImagePath=$(realpath "$imagePath")            
+               normalizedImagePath=$(realpath "$imagePath")
        elif greadlink -f "$imagePath" > /dev/null 2>&1 ; then
                normalizedImagePath=$(greadlink -f "$imagePath")
        fi
@@ -152,7 +152,7 @@
        else
                gccAltDir=gcc2
        fi
-       
+
        # Iterate over the library file paths that were passed in.
        for srcPathLib in $@; do
                # determine the relative path of the library
@@ -195,7 +195,7 @@
        # setup output dir
        $rmAttrs -rf "$outputDir"
        mkdir -p "$outputDir"
-fi 
+fi
 
 # create the image and mount it
 if [ $isImage ]; then


Other related posts:

  • » [haiku-commits] r36509 - haiku/trunk/build/scripts - ingo_weinhold