diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-02-03 11:39:27 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-02-03 11:40:45 +0100 |
commit | 05d1c04cf9e5916de8550115dc578e91d29651cd (patch) | |
tree | 63e382f6be4394bda98e4a26bcb07f62036abc95 /rc.sysinit | |
parent | f31bbefc876aadbd9eee3750a1a1a606a2053028 (diff) |
Fix indentation
Indent code using tabs (instead of spaces) in all source files.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |