Remove extra whitespace lines.

This commit is contained in:
Devin Teske 2013-06-19 00:24:08 +00:00
parent 9cd8fcc642
commit e52257af13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251981
4 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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