From 9076baa573a6e7a0ad7fb0de1919b051c8b3b012 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 2 Jul 2011 23:33:23 -0500 Subject: [PATCH] slight formatting change Add a new line after "rc_runlevel()" for consistency. --- sh/functions.sh.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }