commit:     08abc2e2a98d3fce6bb38439d9b2fbefd4ee4412
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 10 05:17:11 2018 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Dec 10 05:17:11 2018 +0000
URL:        https://gitweb.gentoo.org/proj/bouncer.git/commit/?id=08abc2e2

perl/sentry: fix whitespace

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 perl/sentry.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/perl/sentry.pl b/perl/sentry.pl
index 3da9291..ad82570 100755
--- a/perl/sentry.pl
+++ b/perl/sentry.pl
@@ -52,11 +52,11 @@ if ( $DEBUG ) {
        }
 
        $oss_sth = $dbh->prepare($oss_sql);
-        $oss_sth->execute();
+       $oss_sth->execute();
 
-        while ( my $os = $oss_sth->fetchrow_hashref() ) {
-                $oss{$os->{os_id}} = $os->{os_name};
-        }
+       while ( my $os = $oss_sth->fetchrow_hashref() ) {
+               $oss{$os->{os_id}} = $os->{os_name};
+       }
 }
 
 # let's build the location information

Reply via email to