Author: kevlo
Date: Fri May 27 16:17:35 2011
New Revision: 222365
URL: http://svn.freebsd.org/changeset/base/222365

Log:
  Whitespace fixes
  
  Reviewed by:  jpaetzel

Modified:
  head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh

Modified: head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh    Fri May 27 
16:09:10 2011        (r222364)
+++ head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh    Fri May 27 
16:17:35 2011        (r222365)
@@ -219,9 +219,9 @@ setup_fstab()
       # Echo out the fstab entry now
       if [ "${PARTFS}" = "SWAP" ]
       then
-        echo "/dev/${DEVICE}   none                    swap            
${MNTOPTS}              0       0" >> ${FSTAB}
+        echo "/dev/${DEVICE}   none            swap    ${MNTOPTS}      0       
0" >> ${FSTAB}
       else
-        echo "/dev/${DEVICE}   ${PARTMNT}                      ufs             
${MNTOPTS}      1       1" >> ${FSTAB}
+        echo "/dev/${DEVICE}   ${PARTMNT}              ufs     ${MNTOPTS}      
1       1" >> ${FSTAB}
       fi
 
     fi # End of ZFS Check
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to