summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-07-13 06:46:09 +0000
committerkevlo <kevlo@FreeBSD.org>2012-07-13 06:46:09 +0000
commitc587547ed2263683f64131b4513727cc85252d33 (patch)
tree7071841aa7fc292090d464218891f487c92ea122 /etc/rc.subr
parent28a7eca4eb47f6b8e9d9603ad2c9afdc4c11b44d (diff)
downloadFreeBSD-src-c587547ed2263683f64131b4513727cc85252d33.zip
FreeBSD-src-c587547ed2263683f64131b4513727cc85252d33.tar.gz
Whitespace nit
Diffstat (limited to 'etc/rc.subr')
-rw-r--r--etc/rc.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index 4c445a0..86442d4 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -1593,7 +1593,7 @@ geli_make_list()
# Find scripts in local_startup directories that use the old syntax
#
-find_local_scripts_old () {
+find_local_scripts_old() {
zlist=''
slist=''
for dir in ${local_startup}; do
@@ -1612,7 +1612,7 @@ find_local_scripts_old () {
done
}
-find_local_scripts_new () {
+find_local_scripts_new() {
local_rc=''
for dir in ${local_startup}; do
if [ -d "${dir}" ]; then
OpenPOWER on IntegriCloud