From: dteske Date: Tue, 13 Dec 2016 01:39:09 +0000 (+0000) Subject: Whitespace alignment X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c610b42d0fc5741c2bed9ee887939d7587e6a46b;p=people%2Froyger%2Ffreebsd.git Whitespace alignment --- diff --git a/usr.sbin/bsdinstall/scripts/wlanconfig b/usr.sbin/bsdinstall/scripts/wlanconfig index 11c80fbc44d0..f892d28d7fc1 100755 --- a/usr.sbin/bsdinstall/scripts/wlanconfig +++ b/usr.sbin/bsdinstall/scripts/wlanconfig @@ -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 )