diff --git a/ykval-log.php b/ykval-log.php
index 54e6105..52366f5 100644
--- a/ykval-log.php
+++ b/ykval-log.php
@@ -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;
 	}