1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-01-31 16:52:20 +01:00

Cosmetic.

This commit is contained in:
Jean Paul Galea 2015-09-10 20:37:24 +02:00
parent a1443857f7
commit 2df72604ed

View File

@ -49,7 +49,7 @@ class Log
openlog('ykval', LOG_PID, LOG_LOCAL0);
}
public function addField($name, $value)
public function addField ($name, $value)
{
$this->fields[$name] = $value;
}