summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-18 16:29:57 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-18 16:29:57 (GMT)
commit564efc9c9e6badc1aedcb559dbfa115f0a445a04 (patch)
treead3373fb4654c2e621b6af3cbf86b5129375eb58 /lib
parent774a273efbbef7c3416a6e470661e477bda43e1e (diff)
whitespace cleanups
Diffstat (limited to 'lib')
-rwxr-xr-xlib/rddb.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rddb.pm b/lib/rddb.pm
index 017003b..f307d51 100755
--- a/lib/rddb.pm
+++ b/lib/rddb.pm
@@ -67,7 +67,7 @@ sub check_token
unless(defined $token_result) {
return (0, 'ERROR', "user '" . $username . "' not known by rivendell")
}
-
+
if($token_result == $token) {
return (1, 'OK', 'success');
}