Skip to content

Commit

Permalink
cosmetics: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jan 29, 2020
1 parent 4c6d333 commit 37ae570
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -794,12 +794,12 @@ sub readdeps {
next;
}
if ($s[0] =~ /^rpmlib\(/) {
splice(@s, 0, 3);
next;
splice(@s, 0, 3);
next;
}
if ($s[0] =~ /^\(/) {
push @ss, Build::Rpm::shiftrich(\@s);
next;
push @ss, Build::Rpm::shiftrich(\@s);
next;
}
push @ss, shift @s;
while (@s && $s[0] =~ /^[\(<=>|]/) {
Expand Down

0 comments on commit 37ae570

Please sign in to comment.