diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-20 03:13:40 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-20 03:13:40 (GMT) |
commit | e5325cb094af905e0968bb6e10387f050d51d56e (patch) | |
tree | 338fb1ed094e9fb03058def33c34c552862ac598 /lib | |
parent | 669b5a9c25c097c2441698fc74c377a0a77905c2 (diff) |
whitespace cleanups
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/rddb.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rddb.pm b/lib/rddb.pm index e4f7972..79db125 100755 --- a/lib/rddb.pm +++ b/lib/rddb.pm @@ -128,7 +128,7 @@ sub get_dropboxes my ($title, $status, $errorstring) = get_showtitle($dbh, $showid); unless (defined $title) { - return (undef, $status, $errorstring); + return (undef, $status, $errorstring); } $entry->{'SHOWTITLE'} = $title; |