From 93abb537ab1dfd377d39a812bbf5d1849829bc34 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 28 Feb 2008 21:55:45 +0000 Subject: remove spurious spaces --- perl-install/fs/partitioning.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') diff --git a/perl-install/fs/partitioning.pm b/perl-install/fs/partitioning.pm index 16a07cb5b..e09b3e235 100644 --- a/perl-install/fs/partitioning.pm +++ b/perl-install/fs/partitioning.pm @@ -12,7 +12,7 @@ sub guess_partitions_to_format { foreach (@$fstab) { $_->{mntpoint} = "swap" if isSwap($_); $_->{mntpoint} or next; - + add2hash_($_, { toFormat => $_->{notFormatted} }) if $_->{fs_type}; #- eg: do not set toFormat for isRawRAID (0xfd) $_->{toFormatUnsure} ||= member($_->{mntpoint}, '/', '/usr'); -- cgit v1.2.1