summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/power_profile
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.d/power_profile
parent28a7eca4eb47f6b8e9d9603ad2c9afdc4c11b44d (diff)
downloadFreeBSD-src-c587547ed2263683f64131b4513727cc85252d33.zip
FreeBSD-src-c587547ed2263683f64131b4513727cc85252d33.tar.gz
Whitespace nit
Diffstat (limited to 'etc/rc.d/power_profile')
-rwxr-xr-xetc/rc.d/power_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/power_profile b/etc/rc.d/power_profile
index 03d36be..581e861 100755
--- a/etc/rc.d/power_profile
+++ b/etc/rc.d/power_profile
@@ -27,7 +27,7 @@ LOGGER="logger -t power_profile -p daemon.notice"
# $highest_value: maximum value for this sysctl, when $value is "HIGH"
# $lowest_value: minimum value for this sysctl, when $value is "LOW"
#
-sysctl_set ()
+sysctl_set()
{
# Check if the node exists
if [ -z "$(sysctl -n ${node} 2> /dev/null)" ]; then
OpenPOWER on IntegriCloud