From 05d1c04cf9e5916de8550115dc578e91d29651cd Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 3 Feb 2012 11:39:27 +0100 Subject: Fix indentation Indent code using tabs (instead of spaces) in all source files. Signed-off-by: Lukas Fleischer --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index fbb1894..27ad124 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -36,7 +36,7 @@ run_hook sysinit_start bootlogd -p /run/bootlogd.pid if [[ ! -a /usr/lib ]] ; then - printf "${C_FAIL}/usr is not mounted. This is not supported.${C_OTHER}\n" + printf "${C_FAIL}/usr is not mounted. This is not supported.${C_OTHER}\n" fi if [[ ! $(grep devtmpfs /proc/filesystems) ]] ; then -- cgit v1.2.3