From: glyn Date: Thu, 23 Jun 2016 15:31:15 +0000 (+0100) Subject: Fix indentation X-Git-Url: https://git.8kb.co.uk/?p=slony-i%2Fpg_sched;a=commitdiff_plain;h=684caf710713a63165a921ca5244eb09ebd96a74;hp=3a7ed4219be6890353b335441331f01f23e900d4 Fix indentation --- diff --git a/pg_sched.pl b/pg_sched.pl index 57bb02c..9f99981 100755 --- a/pg_sched.pl +++ b/pg_sched.pl @@ -388,8 +388,7 @@ sub runWorker{ my $end; if (!defined(@$prodef[8]) || !kill(0, @$prodef[8])) { - eval { - + eval { eval { $dsn = "DBI:Pg:dbname=$dbname;host=$dbhost;port=$dbport;"; $dbh = DBI->connect($dsn, $dbuser);