Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/bouncer:master commit in: perl/
Date: Mon, 10 Dec 2018 05:22:18
Message-Id: 1544419031.08abc2e2a98d3fce6bb38439d9b2fbefd4ee4412.robbat2@gentoo
1 commit: 08abc2e2a98d3fce6bb38439d9b2fbefd4ee4412
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 10 05:17:11 2018 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 10 05:17:11 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/bouncer.git/commit/?id=08abc2e2
7
8 perl/sentry: fix whitespace
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 perl/sentry.pl | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/perl/sentry.pl b/perl/sentry.pl
16 index 3da9291..ad82570 100755
17 --- a/perl/sentry.pl
18 +++ b/perl/sentry.pl
19 @@ -52,11 +52,11 @@ if ( $DEBUG ) {
20 }
21
22 $oss_sth = $dbh->prepare($oss_sql);
23 - $oss_sth->execute();
24 + $oss_sth->execute();
25
26 - while ( my $os = $oss_sth->fetchrow_hashref() ) {
27 - $oss{$os->{os_id}} = $os->{os_name};
28 - }
29 + while ( my $os = $oss_sth->fetchrow_hashref() ) {
30 + $oss{$os->{os_id}} = $os->{os_name};
31 + }
32 }
33
34 # let's build the location information