From e52257af13f6ccc0e5dec60b83f9976ec20e3e07 Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Wed, 19 Jun 2013 00:24:08 +0000 Subject: [PATCH] Remove extra whitespace lines. --- usr.sbin/bsdconfig/usermgmt/groupdel | 2 -- usr.sbin/bsdconfig/usermgmt/groupedit | 2 -- usr.sbin/bsdconfig/usermgmt/userdel | 2 -- usr.sbin/bsdconfig/usermgmt/useredit | 2 -- 4 files changed, 8 deletions(-) diff --git a/usr.sbin/bsdconfig/usermgmt/groupdel b/usr.sbin/bsdconfig/usermgmt/groupdel index 693623f09f7d..905e56fc0fb1 100755 --- a/usr.sbin/bsdconfig/usermgmt/groupdel +++ b/usr.sbin/bsdconfig/usermgmt/groupdel @@ -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 diff --git a/usr.sbin/bsdconfig/usermgmt/groupedit b/usr.sbin/bsdconfig/usermgmt/groupedit index 9dfc6b845b44..eab3bbf4bc98 100755 --- a/usr.sbin/bsdconfig/usermgmt/groupedit +++ b/usr.sbin/bsdconfig/usermgmt/groupedit @@ -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 diff --git a/usr.sbin/bsdconfig/usermgmt/userdel b/usr.sbin/bsdconfig/usermgmt/userdel index 8ed747ac514e..2a34ba1c3d55 100755 --- a/usr.sbin/bsdconfig/usermgmt/userdel +++ b/usr.sbin/bsdconfig/usermgmt/userdel @@ -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 diff --git a/usr.sbin/bsdconfig/usermgmt/useredit b/usr.sbin/bsdconfig/usermgmt/useredit index 0226712d6cdf..0e8fd1228adc 100755 --- a/usr.sbin/bsdconfig/usermgmt/useredit +++ b/usr.sbin/bsdconfig/usermgmt/useredit @@ -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