diff options
author | Yorhel <git@yorhel.nl> | 2009-11-04 06:54:07 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2009-11-04 20:57:02 +0100 |
commit | 39eec8b430d4cf605dc50035a4d1bdec53634d06 (patch) | |
tree | ad2297457222161122764963fd8b8cae73f7942a | |
parent | c75e1e48947d12bc224b114f367b97fcb26c68f5 (diff) |
API: Removed some leading whitespace
-rw-r--r-- | data/docs/11 | 2 | ||||
-rw-r--r-- | lib/Multi/API.pm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/docs/11 b/data/docs/11 index 7927182b..3f1a4615 100644 --- a/data/docs/11 +++ b/data/docs/11 @@ -187,7 +187,7 @@ however still required.<br /> the message explains what went wrong in more detail, there are several different messages for the same id. The following error identifiers are currently defined: -</p> +</p> <dl> <dt>parse</dt><dd>Syntax error or unknown command.</dd> <dt>missing</dt><dd>A JSON object argument is missing a required member. The name of which is given in the additional "field" member.</dd> diff --git a/lib/Multi/API.pm b/lib/Multi/API.pm index 37e68125..01e95ac5 100644 --- a/lib/Multi/API.pm +++ b/lib/Multi/API.pm @@ -128,7 +128,7 @@ sub filtertosql { sub _start { $_[KERNEL]->alias_set('api'); $_[KERNEL]->sig(shutdown => 'shutdown'); - + # create listen socket $_[HEAP]{listen} = POE::Wheel::SocketFactory->new( BindPort => $_[HEAP]{port}, @@ -278,7 +278,7 @@ sub login_res { # num, res, [ c, arg ] sub get_vn { my($c, $info, $filters) = @_[ARG0..$#_]; - + return cerr $c, getinfo => "Unkown info flag '$_'", flag => $_ for (grep $_ ne 'basic', @$info); my $select = 'v.id, vr.title, vr.original, v.c_released, v.c_languages, v.c_platforms'; |