]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove redundant \s*
authorDon Armstrong <don@donarmstrong.com>
Sun, 20 Apr 2008 19:10:37 +0000 (12:10 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 20 Apr 2008 19:10:37 +0000 (12:10 -0700)
scripts/service.in

index 53058a6fddb9a24b612fb243c2bee808d314cae7..943c883d4c0742a018995a24d34efce2306fb2cd 100755 (executable)
@@ -810,7 +810,7 @@ END
                $data->{keywords} =~ s/\s*$//;
             } while (&getnextbug);
        }
-    } elsif (m/^(un)?block\s+\#?(-?\d+)\s+(by|with)\s+\s*(\S.*)?$/i) {
+    } elsif (m/^(un)?block\s+\#?(-?\d+)\s+(by|with)\s+(\S.*)?$/i) {
        $ok++;
        my $bugnum = $2; my $blockers = $4;
        $addsub = "add";