Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 02:23:48 +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: r309984 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201612130223.uBD2NmoS062881@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Tue Dec 13 02:23:48 2016
New Revision: 309984
URL: https://svnweb.freebsd.org/changeset/base/309984

Log:
  Whitespace alignment

Modified:
  head/usr.sbin/bsdinstall/scripts/wlanconfig

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig	Tue Dec 13 02:22:21 2016	(r309983)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig	Tue Dec 13 02:23:48 2016	(r309984)
@@ -242,13 +242,13 @@ while :; do
 	prompt="Select a wireless network to connect to."
 	menu_list=$( echo $NETWORKS | tr '\n' ' ' )
 	NETWORK=$( eval $DIALOG \
-		--title \"\$DIALOG_TITLE\" \
+		--title \"\$DIALOG_TITLE\"         \
 		--backtitle \"\$DIALOG_BACKTITLE\" \
-		--extra-button \
-		--extra-label \"Rescan\" \
-		--menu \"\$prompt\" \
-		$height $width $rows \
-		$menu_list \
+		--extra-button                     \
+		--extra-label \"Rescan\"           \
+		--menu \"\$prompt\"                \
+		$height $width $rows               \
+		$menu_list                         \
 		2>&1 >&$DIALOG_TERMINAL_PASSTHRU_FD
 	)
 	retval=$?
@@ -270,11 +270,11 @@ while :; do
 		eval f_dialog_menu_size height width rows \"\$DIALOG_TITLE\" \
 			\"\$DIALOG_BACKTITLE\" \"\$prompt\" \"\" $menu_list
 		ENCRYPTION=$( eval $DIALOG \
-			--title \"\$DIALOG_TITLE\" \
+			--title \"\$DIALOG_TITLE\"         \
 			--backtitle \"\$DIALOG_BACKTITLE\" \
-			--menu \"\$prompt\" \
-			$height $width $rows \
-			$menu_list \
+			--menu \"\$prompt\"                \
+			$height $width $rows               \
+			$menu_list                         \
 			2>&1 >&$DIALOG_TERMINAL_PASSTHRU_FD
 		) || exit 1
 		SCANSSID=1



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