From 862679a92e2d853390d84ade4003f3c2e0f13bea Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 7 Sep 2013 18:05:44 +0200 Subject: perltidy --- index.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index f1f5531..1846180 100755 --- a/index.pl +++ b/index.pl @@ -9,9 +9,10 @@ use Socket; use Sys::Hostname; my $host = hostname(); -my $config = -e "xerldev-$host.conf" ? "xerldev-$host.conf" : ( - -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' -); +my $config = + -e "xerldev-$host.conf" + ? "xerldev-$host.conf" + : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' ); my Xerl $xerl = Xerl->new( config => $config ); $xerl->run(); -- cgit v1.2.3