[arch-general] [PATCH 14/48] Fix whitespace errors I introduced.
Victor Lowther
victor.lowther at gmail.com
Wed Jun 30 17:47:43 EDT 2010
---
functions | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/functions b/functions
index 9c89ea1..d8e8e54 100644
--- a/functions
+++ b/functions
@@ -170,7 +170,7 @@ start_daemon() {
ck_depends() {
for daemon in "$@"; do
- ck_daemon "$daemon" && start_daemon "$daemon"
+ ck_daemon "$daemon" && start_daemon "$daemon"
done
}
@@ -200,7 +200,7 @@ ck_status() {
status_started
else
status_stopped
- fi
+ fi
}
###############################
@@ -236,7 +236,7 @@ ck_status() {
# shutdown_poweroff: directly before powering off in rc.shutdown
#
# Declare add_hook and run_hook as read-only to prevent overwriting them.
-# Too bad we cannot do the same thing with hook_funcs
+# Too bad we cannot do the same thing with hook_funcs
declare -A hook_funcs
--
1.7.1
More information about the arch-general
mailing list