diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-26 18:21:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-26 18:21:27 +0000 |
commit | 3c28742472a4f9ccb374797a8c5e14c2258f0d8f (patch) | |
tree | 0dcef59db50385daaad2b8a5c30ddf2fac01d5d1 | |
parent | 678c735e601eda23207960585667ef6775148383 (diff) | |
download | iurt-3c28742472a4f9ccb374797a8c5e14c2258f0d8f.tar iurt-3c28742472a4f9ccb374797a8c5e14c2258f0d8f.tar.gz iurt-3c28742472a4f9ccb374797a8c5e14c2258f0d8f.tar.bz2 iurt-3c28742472a4f9ccb374797a8c5e14c2258f0d8f.tar.xz iurt-3c28742472a4f9ccb374797a8c5e14c2258f0d8f.zip |
reindent
-rwxr-xr-x | iurt2 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1297,10 +1297,10 @@ sub check_media { while (<$syn>) { if (/^\@provides@(.*)/) { foreach my $p (split '@', $1) { - if ($p =~ /([^[]+)(?:\[(.*)\])?/g) { - push @prov, $1; - $provides->{$1} = $2 || 1; - } + if ($p =~ /([^[]+)(?:\[(.*)\])?/g) { + push @prov, $1; + $provides->{$1} = $2 || 1; + } } } elsif (/\@info\@([^@]+)@/) { my $p = $1; |