diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-07-13 06:46:09 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-07-13 06:46:09 +0000 |
commit | c587547ed2263683f64131b4513727cc85252d33 (patch) | |
tree | 7071841aa7fc292090d464218891f487c92ea122 /etc/defaults | |
parent | 28a7eca4eb47f6b8e9d9603ad2c9afdc4c11b44d (diff) | |
download | FreeBSD-src-c587547ed2263683f64131b4513727cc85252d33.zip FreeBSD-src-c587547ed2263683f64131b4513727cc85252d33.tar.gz |
Whitespace nit
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/periodic.conf | 2 | ||||
-rw-r--r-- | etc/defaults/rc.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf index 8692b30..887dc96 100644 --- a/etc/defaults/periodic.conf +++ b/etc/defaults/periodic.conf @@ -275,7 +275,7 @@ monthly_local="/etc/monthly.local" # Local scripts if [ -z "${source_periodic_confs_defined}" ]; then source_periodic_confs_defined=yes - source_periodic_confs () { + source_periodic_confs() { local i sourced_files for i in ${periodic_conf_files}; do diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index c04dab2b..41d1dca 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -713,7 +713,7 @@ jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail if [ -z "${source_rc_confs_defined}" ]; then source_rc_confs_defined=yes - source_rc_confs () { + source_rc_confs() { local i sourced_files for i in ${rc_conf_files}; do case ${sourced_files} in |