diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-11 01:39:23 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-02-11 09:04:24 +0100 |
commit | a1e8a2cb279f89838a6757fe5f80c5ae37108ca7 (patch) | |
tree | ce471971a8b1fba523937f9d16abfbc6fcf780ec /hooks | |
parent | 866db5c57013a3648fc24100384da763b1c7fdef (diff) | |
download | mkinitcpio-a1e8a2cb279f89838a6757fe5f80c5ae37108ca7.tar.gz mkinitcpio-a1e8a2cb279f89838a6757fe5f80c5ae37108ca7.tar.xz |
Fix tabs/space indents from commit 866db5c5
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'hooks')
-rw-r--r-- | hooks/consolefont | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hooks/consolefont b/hooks/consolefont index 8183844..f35869e 100644 --- a/hooks/consolefont +++ b/hooks/consolefont @@ -3,8 +3,8 @@ run_hook () { if [ -e /consolefont.psfu ]; then - msg -n ":: Loading console font..." - /usr/sbin/setfont -C /dev/console /consolefont.psfu - msg "done." + msg -n ":: Loading console font..." + /usr/sbin/setfont -C /dev/console /consolefont.psfu + msg "done." fi } |