From 2cc98b712ec97e2841f062d7e07bc4edb469be1d Mon Sep 17 00:00:00 2001 From: Brian Fenton Date: Tue, 12 Oct 2010 19:36:28 -0500 Subject: [PATCH] fixed spacing (Zend) --- src/KLogger.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/KLogger.php b/src/KLogger.php index 583bf51..3760771 100755 --- a/src/KLogger.php +++ b/src/KLogger.php @@ -57,17 +57,17 @@ class KLogger * Current status of the log file * @var integer */ - private $_logStatus = self::STATUS_LOG_CLOSED; + private $_logStatus = self::STATUS_LOG_CLOSED; /** * Holds messages generated by the class * @var array */ - private $_messageQueue = array(); + private $_messageQueue = array(); /** * Path to the log file * @var string */ - private $_logFilePath = null; + private $_logFilePath = null; /** * Current minimum logging threshold * @var integer @@ -77,7 +77,7 @@ class KLogger * This holds the file handle for this instance's log file * @var resource */ - private $_fileHandle = null; + private $_fileHandle = null; /** * Standard messages produced by the class. Can be modified for il8n