Removed extra whitespace

This commit is contained in:
Dave Cross 2017-06-23 15:15:20 +01:00
parent 445e4b9833
commit 382aee5361

View file

@ -75,7 +75,7 @@ sub parse_file {
buildrequires => qr[^BuildRequires:\s*(.+)],
requires => qr[^Requires:\s*(.+)],
);
LINE: while (<$fh>) {
foreach my $attr (keys %strings) {
if (/$strings{$attr}/) {