Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2012 07:02:31 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243476 - in head/usr.sbin/bsdconfig: share startup/share timezone/share
Message-ID:  <201211240702.qAO72Va8090326@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Sat Nov 24 07:02:31 2012
New Revision: 243476
URL: http://svnweb.freebsd.org/changeset/base/243476

Log:
  Whitespace.
  
  Approved by:	adrian (co-mentor) (implicit)

Modified:
  head/usr.sbin/bsdconfig/share/dialog.subr
  head/usr.sbin/bsdconfig/share/mustberoot.subr
  head/usr.sbin/bsdconfig/startup/share/rcedit.subr
  head/usr.sbin/bsdconfig/timezone/share/zones.subr

Modified: head/usr.sbin/bsdconfig/share/dialog.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/dialog.subr	Sat Nov 24 06:27:46 2012	(r243475)
+++ head/usr.sbin/bsdconfig/share/dialog.subr	Sat Nov 24 07:02:31 2012	(r243476)
@@ -283,7 +283,7 @@ f_dialog_infobox_size()
 		n=$( echo "$btitle" | f_number_of_lines )
 		height=$(( $height + $n + 2 ))
 	fi
-	
+
 	# Make sure height is less than maximum screen size
 	[ $height -le $max_height ] || height=$max_height
 

Modified: head/usr.sbin/bsdconfig/share/mustberoot.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/mustberoot.subr	Sat Nov 24 06:27:46 2012	(r243475)
+++ head/usr.sbin/bsdconfig/share/mustberoot.subr	Sat Nov 24 07:02:31 2012	(r243476)
@@ -277,7 +277,7 @@ f_authenticate_some_user()
 	#
 	# Secure-mode has been requested.
 	#
- 
+
 	[ "$USE_XDIALOG" ] || f_die 1 "$msg_secure_mode_requires_x11"
 	[ "$(id -u)" = "0" ] || f_die 1 "$msg_secure_mode_requires_root"
 

Modified: head/usr.sbin/bsdconfig/startup/share/rcedit.subr
==============================================================================
--- head/usr.sbin/bsdconfig/startup/share/rcedit.subr	Sat Nov 24 06:27:46 2012	(r243475)
+++ head/usr.sbin/bsdconfig/startup/share/rcedit.subr	Sat Nov 24 07:02:31 2012	(r243476)
@@ -99,7 +99,7 @@ f_dialog_rcedit()
 	# Return if the value has not changed from current
 	local cur_val="$( f_sysrc_get "$var" )"
 	[ "$_input" = "$cur_val" ] && return $SUCCESS
-	
+
 	f_dprintf "$var: [$cur_val]->[$_input]"
 
 	err=$( f_sysrc_set "$var" "$_input" 2>&1 ) ||

Modified: head/usr.sbin/bsdconfig/timezone/share/zones.subr
==============================================================================
--- head/usr.sbin/bsdconfig/timezone/share/zones.subr	Sat Nov 24 06:27:46 2012	(r243475)
+++ head/usr.sbin/bsdconfig/timezone/share/zones.subr	Sat Nov 24 07:02:31 2012	(r243476)
@@ -619,7 +619,7 @@ f_install_zoneinfo()
 
 	return $rv
 }
- 
+
 # f_confirm_zone $filename
 #
 # Prompt the user to confirm the new timezone data. The first (and only)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211240702.qAO72Va8090326>