From ac9279cc0d5a00bc17908b2914941186020cd3ce Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 28 Nov 2007 15:45:03 +0000 Subject: Massive whitespace cleanup --- init.d.BSD/moused | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.d.BSD/moused') diff --git a/init.d.BSD/moused b/init.d.BSD/moused index 4610f20b..9534082b 100644 --- a/init.d.BSD/moused +++ b/init.d.BSD/moused @@ -24,7 +24,7 @@ # SUCH DAMAGE. mouse=${SVCNAME##*.} -if [ -n "${name}" -a "${mouse}" != "moused" ] ; then +if [ -n "${name}" -a "${mouse}" != "moused" ]; then moused_device=/dev/"${mouse}" pidfile=/var/run/moused-"${mouse}".pid else @@ -41,9 +41,9 @@ depend() { start() { ebegin "Starting ${name}" - if [ -z "${moused_device}" ] ; then + if [ -z "${moused_device}" ]; then local dev= - for dev in /dev/psm[0-9]* /dev/ums[0-9]* ; do + for dev in /dev/psm[0-9]* /dev/ums[0-9]*; do [ -c "${dev}" ] || continue [ -e /var/run/moused-"${dev##*/}".pid ] && continue moused_device=${dev} @@ -54,7 +54,7 @@ start() { done fi - if [ -z "${moused_device}" ] ; then + if [ -z "${moused_device}" ]; then eend 1 "No mouse device found" return 1 fi -- cgit v1.2.3