aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-12-09 21:17:11 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2018-12-09 21:17:11 -0800
commit08abc2e2a98d3fce6bb38439d9b2fbefd4ee4412 (patch)
treec573079761e7fe02151956a6f48433717c7910f5 /perl/sentry.pl
parentperl: find db.conf when run from another path (diff)
downloadbouncer-08abc2e2a98d3fce6bb38439d9b2fbefd4ee4412.tar.gz
bouncer-08abc2e2a98d3fce6bb38439d9b2fbefd4ee4412.tar.bz2
bouncer-08abc2e2a98d3fce6bb38439d9b2fbefd4ee4412.zip
perl/sentry: fix whitespace
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'perl/sentry.pl')
-rwxr-xr-xperl/sentry.pl8
1 files 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