]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
Whitespace alignment
authordteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 01:39:09 +0000 (01:39 +0000)
committerdteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 01:39:09 +0000 (01:39 +0000)
usr.sbin/bsdinstall/scripts/wlanconfig

index 11c80fbc44d04f8f5972da05320bd315afac452c..f892d28d7fc1d492a502187f04ac463fd3dee551 100755 (executable)
@@ -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
        )