Removed extra whitespace
This commit is contained in:
parent
445e4b9833
commit
382aee5361
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ sub parse_file {
|
||||||
buildrequires => qr[^BuildRequires:\s*(.+)],
|
buildrequires => qr[^BuildRequires:\s*(.+)],
|
||||||
requires => qr[^Requires:\s*(.+)],
|
requires => qr[^Requires:\s*(.+)],
|
||||||
);
|
);
|
||||||
|
|
||||||
LINE: while (<$fh>) {
|
LINE: while (<$fh>) {
|
||||||
foreach my $attr (keys %strings) {
|
foreach my $attr (keys %strings) {
|
||||||
if (/$strings{$attr}/) {
|
if (/$strings{$attr}/) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue