From: espie Date: Mon, 26 Feb 2018 13:53:31 +0000 (+0000) Subject: spacing X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=39d0ad2767bcbd4b9440deb46b36f0193399d860;p=openbsd spacing --- diff --git a/usr.sbin/pkg_add/OpenBSD/Interactive.pm b/usr.sbin/pkg_add/OpenBSD/Interactive.pm index b5b7b76e613..618556e701e 100644 --- a/usr.sbin/pkg_add/OpenBSD/Interactive.pm +++ b/usr.sbin/pkg_add/OpenBSD/Interactive.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Interactive.pm,v 1.21 2016/06/24 14:20:49 espie Exp $ +# $OpenBSD: Interactive.pm,v 1.22 2018/02/26 13:53:31 espie Exp $ # # Copyright (c) 2005-2007 Marc Espie # @@ -94,7 +94,7 @@ LOOP2: $prompt, $yesno ? "Y/n" : "y/N"); my $result = ; - unless(defined $result) { + unless (defined $result) { $self->{state}->errsay(""); return $yesno; }