From a1e8a2cb279f89838a6757fe5f80c5ae37108ca7 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 10 Feb 2010 21:39:23 -0300 Subject: Fix tabs/space indents from commit 866db5c5 Signed-off-by: Gerardo Exequiel Pozzi --- hooks/consolefont | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hooks') 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 } -- cgit v1.2.3-24-g4f1b