Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 01:39:09 +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: r309965 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201612130139.uBD1d9KF042218@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Tue Dec 13 01:39:09 2016
New Revision: 309965
URL: https://svnweb.freebsd.org/changeset/base/309965

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 01:36:46 2016	(r309964)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig	Tue Dec 13 01:39:09 2016	(r309965)
@@ -117,13 +117,13 @@ dialog_country_select()
 		\"\$DIALOG_TITLE\" \"\$DIALOG_BACKTITLE\" \
 		\"\$prompt\" \"\" $regdomains
 	regdomain=$( eval $DIALOG \
-		--title \"\$DIALOG_TITLE\" \
-		--backtitle \"\$DIALOG_BACKTITLE\" \
-		--cancel-label \"\$msg_skip\" \
+		--title \"\$DIALOG_TITLE\"             \
+		--backtitle \"\$DIALOG_BACKTITLE\"     \
+		--cancel-label \"\$msg_skip\"          \
 		--default-item \"\$default_regdomain\" \
-		--menu \"\$prompt\" \
-		$height $width $rows \
-		$regdomains \
+		--menu \"\$prompt\"                    \
+		$height $width $rows                   \
+		$regdomains                            \
 		2>&1 >&$DIALOG_TERMINAL_PASSTHRU_FD
 	)
 
@@ -133,13 +133,13 @@ dialog_country_select()
 		\"\$DIALOG_TITLE\" \"\$DIALOG_BACKTITLE\" \
 		\"\$prompt\" \"\" $countries
 	country=$( eval $DIALOG \
-		--title \"\$DIALOG_TITLE\" \
-		--backtitle \"\$DIALOG_BACKTITLE\" \
-		--cancel-label \"\$msg_skip\" \
+		--title \"\$DIALOG_TITLE\"           \
+		--backtitle \"\$DIALOG_BACKTITLE\"   \
+		--cancel-label \"\$msg_skip\"        \
 		--default-item \"\$default_country\" \
-		--menu \"\$prompt\" \
-		$height $width $rows \
-		$countries \
+		--menu \"\$prompt\"                  \
+		$height $width $rows                 \
+		$countries                           \
 		2>&1 >&$DIALOG_TERMINAL_PASSTHRU_FD
 	)
 



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