summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-12-27 06:25:03 +0000
committerdougb <dougb@FreeBSD.org>2009-12-27 06:25:03 +0000
commit332c778a14fc541d583f5ec8256d07c7aeec79da (patch)
tree2693eb86d14b03345d6a14713e1fbf4ec67936ed /etc
parentc2030d614376d03b23673adacffe3cb2e68c74cc (diff)
downloadFreeBSD-src-332c778a14fc541d583f5ec8256d07c7aeec79da.zip
FreeBSD-src-332c778a14fc541d583f5ec8256d07c7aeec79da.tar.gz
Delete some trailing whitespace
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index 398f9f9..6ab070f 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -738,7 +738,7 @@ $command $rc_flags $command_args"
if [ -n "$_nice" ]; then
if [ -z "$_user" ]; then
_doit="sh -c \"$_doit\""
- fi
+ fi
_doit="nice -n $_nice $_doit"
fi
fi
@@ -1063,7 +1063,7 @@ load_rc_config()
esac
done
}
-
+
#
# load_rc_config_var name var
# Read the rc.conf(5) var for name and set in the
OpenPOWER on IntegriCloud