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/dumpon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d.BSD/dumpon') diff --git a/init.d.BSD/dumpon b/init.d.BSD/dumpon index 1faf23b1..64876ab1 100755 --- a/init.d.BSD/dumpon +++ b/init.d.BSD/dumpon @@ -33,7 +33,7 @@ depend() { start() { # Setup any user requested dump device - if [ -n "${dump_device}" ] ; then + if [ -n "${dump_device}" ]; then ebegin "Activating kernel core dump device (${dump_device})" dumpon ${dump_device} eend $? -- cgit v1.2.3