Remove extra whitespace lines.

This commit is contained in:
dteske 2013-06-19 00:24:08 +00:00
parent 2ebb6eda77
commit b7a85ee10e
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