aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-26 18:21:27 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-26 18:21:27 +0000
commit3c28742472a4f9ccb374797a8c5e14c2258f0d8f (patch)
tree0dcef59db50385daaad2b8a5c30ddf2fac01d5d1
parent678c735e601eda23207960585667ef6775148383 (diff)
downloadiurt-3c28742472a4f9ccb374797a8c5e14c2258f0d8f.tar
iurt-3c28742472a4f9ccb374797a8c5e14c2258f0d8f.tar.gz
iurt-3c28742472a4f9ccb374797a8c5e14c2258f0d8f.tar.bz2
iurt-3c28742472a4f9ccb374797a8c5e14c2258f0d8f.tar.xz
iurt-3c28742472a4f9ccb374797a8c5e14c2258f0d8f.zip
reindent
-rwxr-xr-xiurt28
1 files changed, 4 insertions, 4 deletions
diff --git a/iurt2 b/iurt2
index 26e1bcd..0cb1af3 100755
--- a/iurt2
+++ b/iurt2
@@ -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;