summaryrefslogtreecommitdiff
path: root/Xerl/Main
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-07 18:05:44 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-07 18:05:44 +0200
commit862679a92e2d853390d84ade4003f3c2e0f13bea (patch)
tree6d9a3f4a7d6289701f2e4b40b55949d60eed5b5b /Xerl/Main
parent6c19d749604e37c7b75f120a5bf00af2a9dc5963 (diff)
perltidy
Diffstat (limited to 'Xerl/Main')
-rw-r--r--Xerl/Main/Global.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/Main/Global.pm b/Xerl/Main/Global.pm
index 83beb73..bd2b140 100644
--- a/Xerl/Main/Global.pm
+++ b/Xerl/Main/Global.pm
@@ -68,7 +68,7 @@ sub REDIRECT ($) {
}
sub _HTTP_DESCR ($;$) {
- my ($status, $infomsg) = @_;
+ my ( $status, $infomsg ) = @_;
$infomsg //= '';