diff options
author | William Hubbs <williamh@gentoo.org> | 2011-07-02 23:33:23 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-07-02 23:33:23 -0500 |
commit | 9076baa573a6e7a0ad7fb0de1919b051c8b3b012 (patch) | |
tree | 62c1483ddf1512efebb1f6db8da9f835573420d1 /sh/functions.sh.in | |
parent | 70a3a3cf39f5cf0efa888cf3a2a377ef08fd6f50 (diff) |
slight formatting change
Add a new line after "rc_runlevel()" for consistency.
Diffstat (limited to 'sh/functions.sh.in')
-rw-r--r-- | sh/functions.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/functions.sh.in b/sh/functions.sh.in index 0f0e1a94..1d1b0cd0 100644 --- a/sh/functions.sh.in +++ b/sh/functions.sh.in @@ -38,7 +38,8 @@ yesno() esac } -rc_runlevel() { +rc_runlevel() +{ rc-status --runlevel } |