mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove extra whitespace lines.
This commit is contained in:
parent
9cd8fcc642
commit
e52257af13
4 changed files with 0 additions and 8 deletions
|
|
@ -79,12 +79,10 @@ while :; do
|
|||
|
||||
case "$mtag" in
|
||||
"X $msg_exit") break ;;
|
||||
|
||||
*) # anything else is a group name
|
||||
$BSDCFG_LIBE/$APP_DIR/groupinput \
|
||||
${USE_XDIALOG:+-X} mode="Delete" group="$mtag"
|
||||
;;
|
||||
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
|
|||
|
|
@ -79,12 +79,10 @@ while :; do
|
|||
|
||||
case "$mtag" in
|
||||
"X $msg_exit") break ;;
|
||||
|
||||
*) # anything else is a group name
|
||||
$BSDCFG_LIBE/$APP_DIR/groupinput \
|
||||
${USE_XDIALOG:+-X} mode="Edit/View" group="$mtag"
|
||||
;;
|
||||
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
|
|||
|
|
@ -79,12 +79,10 @@ while :; do
|
|||
|
||||
case "$mtag" in
|
||||
"X $msg_exit") break ;;
|
||||
|
||||
*) # anything else is a userid
|
||||
$BSDCFG_LIBE/$APP_DIR/userinput \
|
||||
${USE_XDIALOG:+-X} mode="Delete" user="$mtag"
|
||||
;;
|
||||
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
|
|||
|
|
@ -79,12 +79,10 @@ while :; do
|
|||
|
||||
case "$mtag" in
|
||||
"X $msg_exit") break ;;
|
||||
|
||||
*) # anything else is a userid
|
||||
$BSDCFG_LIBE/$APP_DIR/userinput \
|
||||
${USE_XDIALOG:+-X} mode="Edit/View" user="$mtag"
|
||||
;;
|
||||
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue