slight formatting change

Add a new line after "rc_runlevel()" for consistency.
This commit is contained in:
William Hubbs 2011-07-02 23:33:23 -05:00
parent 70a3a3cf39
commit 9076baa573

View File

@ -38,7 +38,8 @@ yesno()
esac
}
rc_runlevel() {
rc_runlevel()
{
rc-status --runlevel
}