diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:12 -0500 |
commit | faa2df11597cf496205d3d629e3b3147b569afc8 (patch) | |
tree | 6e1db42c42365087686f48dbe9c39515de03f4ab /init.d/syscons.in | |
parent | 711713d6642eff155bfede8a2dd213824016b76c (diff) |
more whitespace cleanup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'init.d/syscons.in')
-rw-r--r-- | init.d/syscons.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init.d/syscons.in b/init.d/syscons.in index cb584b36..ba22bf51 100644 --- a/init.d/syscons.in +++ b/init.d/syscons.in @@ -15,13 +15,13 @@ start() { done eend $? fi - + if [ -n "$keymap" ]; then ebegin "Setting keymap to $keymap" kbdcontrol -l $keymap </dev/console eend $? fi - + if [ -n "$keyrate" ]; then ebegin "Setting keyrate to $keyrate" kbdcontrol -r $keyrate </dev/console @@ -40,7 +40,7 @@ start() { done eoutdent fi - + if [ -n "$cursor" ]; then ebegin "Setting cursor" vidcontrol -c $cursor |