From 459eedd7dc7ef289f379d2fc1dc691a057d1e144 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 18 Nov 2004 13:25:45 +0000 Subject: remove some unneeded ";", add some for normalization (as told by perl_checker) --- perl-install/raid.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/raid.pm') diff --git a/perl-install/raid.pm b/perl-install/raid.pm index 1570712db..f8dec7961 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -251,7 +251,7 @@ sub parse_mdadm_conf { push @{$conf{ARRAY}}, \%md_conf; } } - \%conf + \%conf; } 1; -- cgit v1.2.1