summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2011-08-18 07:55:27 +0000
committerMarc Espie <espie@cvs.openbsd.org>2011-08-18 07:55:27 +0000
commitc4f58954d84e7331140598a384bc43a06778e55e (patch)
treeabd981aef11367e3ad6b28def9b6b93fe2af0fb6
parent174cbad593593683faf8c4d900c05d89a7116346 (diff)
spacing
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PkgDelete.pm6
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PkgInfo.pm6
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgDelete.pm b/usr.sbin/pkg_add/OpenBSD/PkgDelete.pm
index a5b86ae391d..5d1b5d4aad1 100644
--- a/usr.sbin/pkg_add/OpenBSD/PkgDelete.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PkgDelete.pm
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgDelete.pm,v 1.21 2011/08/17 10:48:27 espie Exp $
+# $OpenBSD: PkgDelete.pm,v 1.22 2011/08/18 07:55:26 espie Exp $
#
# Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
#
@@ -167,7 +167,7 @@ sub setup_header
$state->print("\n");
}
}
-
+
package OpenBSD::PkgDelete;
our @ISA = qw(OpenBSD::AddDelete);
@@ -219,7 +219,7 @@ sub process_parameters
my $l;
if (OpenBSD::PackageName::is_stem($pkgname)) {
- $l = $state->stem2location($inst, $pkgname,
+ $l = $state->stem2location($inst, $pkgname,
$state);
} else {
$l = $inst->find($pkgname, $state->{arch});
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgInfo.pm b/usr.sbin/pkg_add/OpenBSD/PkgInfo.pm
index 5133f402327..c8a26d7ef3c 100644
--- a/usr.sbin/pkg_add/OpenBSD/PkgInfo.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PkgInfo.pm
@@ -1,6 +1,6 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgInfo.pm,v 1.21 2011/01/10 13:04:38 espie Exp $
+# $OpenBSD: PkgInfo.pm,v 1.22 2011/08/18 07:55:26 espie Exp $
#
# Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
#
@@ -503,7 +503,7 @@ sub parse_and_run
}
my @l = $s->match_ref(\@ARGV);
unless ($state->opt('q')) {
- $state->say("Pkgspec #1 matched #2", $pattern,
+ $state->say("Pkgspec #1 matched #2", $pattern,
join(' ', @l));
}
if (@l != 0) {
@@ -511,7 +511,7 @@ sub parse_and_run
} else {
return 1;
}
-
+
}
$state->lock;