From af17be68f8c8bc2666d09cd62e3e14cb38f1272d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 22 Jun 2004 13:22:50 +0000 Subject: fix indentation --- perl-install/standalone/drakboot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 8eec1133d..6fdb5a60d 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -204,11 +204,11 @@ gtkadd($window, cancel_clicked => sub { ugtk2->exit(0) }, ok_clicked => sub { Xconfig::various::runlevel($x_mode ? 5 : 3); - if ($splash_working) { - $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, $splash_mode, $keep_logo); - } else { - updateAutologin(); - } + if ($splash_working) { + $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, $splash_mode, $keep_logo); + } else { + updateAutologin(); + } ugtk2->exit(0); } }, -- cgit v1.2.1