summaryrefslogtreecommitdiffstats
path: root/lib/network/thirdparty.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-17 15:39:31 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-17 15:39:31 +0000
commit120b123ddec560eb85ccf6677c079764723685e3 (patch)
tree46ff9a6fae839049804a307d12b8518d05a3ce9d /lib/network/thirdparty.pm
parentd5696076a15ead2fa6a3ba162d10cf8055d29b8e (diff)
downloaddrakx-net-120b123ddec560eb85ccf6677c079764723685e3.tar
drakx-net-120b123ddec560eb85ccf6677c079764723685e3.tar.gz
drakx-net-120b123ddec560eb85ccf6677c079764723685e3.tar.bz2
drakx-net-120b123ddec560eb85ccf6677c079764723685e3.tar.xz
drakx-net-120b123ddec560eb85ccf6677c079764723685e3.zip
indent
Diffstat (limited to 'lib/network/thirdparty.pm')
-rw-r--r--lib/network/thirdparty.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/network/thirdparty.pm b/lib/network/thirdparty.pm
index 2c8acb0..a2a4a5c 100644
--- a/lib/network/thirdparty.pm
+++ b/lib/network/thirdparty.pm
@@ -328,11 +328,11 @@ sub apply_settings {
install_packages($in, $settings, $driver, @thirdparty_types) or return;
- if (exists $settings->{firmware} && !$settings->{old_status}{firmware}) {
- log::explanations("Reloading module $driver");
- eval { modules::unload($driver) };
- eval { modules::load($driver) };
- }
+ if (exists $settings->{firmware} && !$settings->{old_status}{firmware}) {
+ log::explanations("Reloading module $driver");
+ eval { modules::unload($driver) };
+ eval { modules::load($driver) };
+ }
undef $wait;
$wait = $in->wait_message('', N("Please wait, running device configuration commands..."));