svn commit: r250535 - head/usr.sbin/bsdconfig/share/media

Devin Teske dteske at FreeBSD.org
Sun May 12 00:39:26 UTC 2013


Author: dteske
Date: Sun May 12 00:39:25 2013
New Revision: 250535
URL: http://svnweb.freebsd.org/changeset/base/250535

Log:
  Whitespace.

Modified:
  head/usr.sbin/bsdconfig/share/media/any.subr

Modified: head/usr.sbin/bsdconfig/share/media/any.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/media/any.subr	Sun May 12 00:35:57 2013	(r250534)
+++ head/usr.sbin/bsdconfig/share/media/any.subr	Sun May 12 00:39:25 2013	(r250535)
@@ -72,8 +72,8 @@ f_media_get_type()
 	local menu_list size
 
 	menu_list="
-		'1 $msg_cd_dvd'	   '$msg_install_from_a_freebsd_cd_dvd'
-		'2 $msg_ftp'	   '$msg_install_from_an_ftp_server'
+		'1 $msg_cd_dvd'    '$msg_install_from_a_freebsd_cd_dvd'
+		'2 $msg_ftp'       '$msg_install_from_an_ftp_server'
 		'3 $msg_ftp_passive'
 		                '$msg_install_from_an_ftp_server_thru_firewall'
 		'4 $msg_http'      '$msg_install_from_an_ftp_server_thru_proxy'


More information about the svn-src-all mailing list