commit 3b729c5ca703d643dc6054fc985fd602ac8fad2f
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Oct 24 22:04:35 2012 +0300

    tabs cosmetics

 mount.vdi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mount.vdi b/mount.vdi
index a6692ee..69fb458 100755
--- a/mount.vdi
+++ b/mount.vdi
@@ -113,8 +113,8 @@ OFFSET=
 OLDIFS=$IFS
 IFS=", "
 for opt in $OPTIONS; do
-    KEY=${opt%=*};
-    VAL=${opt#*=};
+       KEY=${opt%=*};
+       VAL=${opt#*=};
        case "$KEY" in
        part|partition)
                PARTITION="$VAL"
@@ -164,5 +164,5 @@ fi
 # $MOUNTPOINT might not exist as mount can try to read it from /etc/fstab
 $MOUNT $MOUNTARGS ${FSTYPE:+-t "$FSTYPE"} ${MOUNTOPTIONS:+-o "$MOUNTOPTIONS"} 
"$DEVICE" "$MOUNTPOINT"
 if [ $? -ne 0 ]; then
-    echo >&2 "$PROGRAM: error mounting $DEVICE"
+       echo >&2 "$PROGRAM: error mounting $DEVICE"
 fi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/3b729c5ca703d643dc6054fc985fd602ac8fad2f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to