From faa2df11597cf496205d3d629e3b3147b569afc8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2011 04:49:07 -0500 Subject: more whitespace cleanup Signed-off-by: Mike Frysinger --- init.d/hwclock.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.d/hwclock.in') diff --git a/init.d/hwclock.in b/init.d/hwclock.in index e99900f..7ab630c 100644 --- a/init.d/hwclock.in +++ b/init.d/hwclock.in @@ -4,7 +4,7 @@ extra_commands="save show" -description="Sets the local clock to UTC or Local Time." +description="Sets the local clock to UTC or Local Time." description_save="Saves the current time in the BIOS." description_show="Displays the current time in the BIOS." @@ -87,7 +87,7 @@ start() _hwclock --adjust $utc_cmd retval=$(($retval + $?)) fi - + # If setting UTC, don't bother to run hwclock when first booting # as that's the default if [ "$PREVLEVEL" != N -o \ @@ -97,7 +97,7 @@ start() _hwclock --hctosys $utc_cmd $clock_args retval=$(($retval + $?)) fi - + eend $retval "Failed to set the system clock" return 0 @@ -126,7 +126,7 @@ stop() _hwclock --systohc $utc_cmd $clock_args retval=$? - eend $retval "Failed to sync clocks" + eend $retval "Failed to sync clocks" } save() -- cgit v1.2.3