Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2009-01-14 06:40:55 +0300
committermattpiwik <matthieu.aubry@gmail.com>2009-01-14 06:40:55 +0300
commit66ea73f5cecb08df8cac7706c65018bb6719278d (patch)
tree3f10980a093701ec7d7b69af024a6dedca08e0fe /libs/Zend/Log/Writer
parent6ede0280b31adbe673540c5cfb01038392bd8375 (diff)
Fixing #452
git-svn-id: http://dev.piwik.org/svn/trunk@870 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/Zend/Log/Writer')
-rwxr-xr-xlibs/Zend/Log/Writer/Abstract.php2
-rwxr-xr-xlibs/Zend/Log/Writer/Mock.php2
-rwxr-xr-xlibs/Zend/Log/Writer/Null.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/libs/Zend/Log/Writer/Abstract.php b/libs/Zend/Log/Writer/Abstract.php
index d8803304b7..aa5cee4750 100755
--- a/libs/Zend/Log/Writer/Abstract.php
+++ b/libs/Zend/Log/Writer/Abstract.php
@@ -106,4 +106,4 @@ abstract class Zend_Log_Writer_Abstract
*/
abstract protected function _write($event);
-} \ No newline at end of file
+}
diff --git a/libs/Zend/Log/Writer/Mock.php b/libs/Zend/Log/Writer/Mock.php
index 4c2e78bb80..2334d5ddb0 100755
--- a/libs/Zend/Log/Writer/Mock.php
+++ b/libs/Zend/Log/Writer/Mock.php
@@ -63,4 +63,4 @@ class Zend_Log_Writer_Mock extends Zend_Log_Writer_Abstract
{
$this->shutdown = true;
}
-} \ No newline at end of file
+}
diff --git a/libs/Zend/Log/Writer/Null.php b/libs/Zend/Log/Writer/Null.php
index 8150e1b2da..95e68a7190 100755
--- a/libs/Zend/Log/Writer/Null.php
+++ b/libs/Zend/Log/Writer/Null.php
@@ -43,4 +43,4 @@ class Zend_Log_Writer_Null extends Zend_Log_Writer_Abstract
{
}
-} \ No newline at end of file
+}