[arch-projects] [initscripts] [PATCH 01/11] functions/rc.single: Clean up whitespace

Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
Sat Jul 2 14:44:19 EDT 2011


---
 functions |    2 +-
 rc.single |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/functions b/functions
index bcc97c1..f82110d 100644
--- a/functions
+++ b/functions
@@ -320,7 +320,7 @@ udevd_modprobe() {
 		udevadm settle --timeout=${UDEV_TIMEOUT:-30}

 	run_hook "${1}_udevsettled"
-
+
 	# in case loading a module changed the display mode
 	calc_columns
 }
diff --git a/rc.single b/rc.single
index d630736..d1efd41 100755
--- a/rc.single
+++ b/rc.single
@@ -12,10 +12,10 @@ run_hook single_start

 if [[ $PREVLEVEL != N ]]; then
 	kill_everything single
-
+
 	# start up our mini logger until syslog takes over
 	minilogd
-
+
 	# Start/trigger UDev, load MODULES and settle UDev
 	udevd_modprobe single
 fi
--
1.7.1



More information about the arch-projects mailing list