From 881127ef4d74545ee16802fc06a52e1cd96a9626 Mon Sep 17 00:00:00 2001 From: euromark Date: Wed, 5 Dec 2012 15:00:24 +0100 Subject: [PATCH] unify new lines at the end of the file --- lib/Cake/Cache/Cache.php | 1 - lib/Cake/Controller/Component/CookieComponent.php | 1 - lib/Cake/Model/Aco.php | 2 +- lib/Cake/Model/AcoAction.php | 2 +- lib/Cake/Model/ModelBehavior.php | 1 - lib/Cake/Routing/Filter/AssetDispatcher.php | 2 +- lib/Cake/Test/Case/AllConsoleTest.php | 2 +- lib/Cake/Test/Case/AllControllerTest.php | 2 +- lib/Cake/Test/Case/AllCoreTest.php | 1 - lib/Cake/Test/Case/AllEventTest.php | 1 - lib/Cake/Test/Case/AllLogTest.php | 1 - lib/Cake/Test/Case/AllTestSuiteTest.php | 2 +- lib/Cake/Test/Case/Console/AllConsoleLibsTest.php | 2 +- lib/Cake/Test/Case/Console/AllShellsTest.php | 2 +- lib/Cake/Test/Case/Console/AllTasksTest.php | 1 - .../Test/Case/Controller/Component/Acl/IniAclTest.php | 1 - lib/Cake/Test/Case/Event/CakeEventTest.php | 2 +- .../Test/Case/Model/Behavior/TreeBehaviorAfterTest.php | 2 -- .../Case/Model/Datasource/Session/CacheSessionTest.php | 2 +- .../Test/Case/Network/Email/DebugTransportTest.php | 2 +- lib/Cake/Test/Case/Network/Email/MailTransportTest.php | 1 - lib/Cake/Test/Case/View/Helper/TextHelperTest.php | 1 - lib/Cake/TestSuite/Fixture/CakeTestModel.php | 2 +- lib/Cake/TestSuite/templates/footer.php | 10 +++++----- lib/Cake/TestSuite/templates/xdebug.php | 1 - lib/Cake/bootstrap.php | 1 - 26 files changed, 17 insertions(+), 31 deletions(-) diff --git a/lib/Cake/Cache/Cache.php b/lib/Cake/Cache/Cache.php index d3aa023a7..e121e2a70 100644 --- a/lib/Cake/Cache/Cache.php +++ b/lib/Cake/Cache/Cache.php @@ -498,4 +498,3 @@ class Cache { } } - diff --git a/lib/Cake/Controller/Component/CookieComponent.php b/lib/Cake/Controller/Component/CookieComponent.php index 67b154eb7..0bc156210 100644 --- a/lib/Cake/Controller/Component/CookieComponent.php +++ b/lib/Cake/Controller/Component/CookieComponent.php @@ -529,4 +529,3 @@ class CookieComponent extends Component { return $array; } } - diff --git a/lib/Cake/Model/Aco.php b/lib/Cake/Model/Aco.php index 0ee696e07..42f401c52 100644 --- a/lib/Cake/Model/Aco.php +++ b/lib/Cake/Model/Aco.php @@ -38,4 +38,4 @@ class Aco extends AclNode { * @var array */ public $hasAndBelongsToMany = array('Aro' => array('with' => 'Permission')); -} \ No newline at end of file +} diff --git a/lib/Cake/Model/AcoAction.php b/lib/Cake/Model/AcoAction.php index 2783600b9..0e854c22a 100644 --- a/lib/Cake/Model/AcoAction.php +++ b/lib/Cake/Model/AcoAction.php @@ -38,4 +38,4 @@ class AcoAction extends AppModel { * @var array */ public $belongsTo = array('Aco'); -} \ No newline at end of file +} diff --git a/lib/Cake/Model/ModelBehavior.php b/lib/Cake/Model/ModelBehavior.php index 141b9d59c..25920e63d 100644 --- a/lib/Cake/Model/ModelBehavior.php +++ b/lib/Cake/Model/ModelBehavior.php @@ -233,4 +233,3 @@ class ModelBehavior extends Object { } } - diff --git a/lib/Cake/Routing/Filter/AssetDispatcher.php b/lib/Cake/Routing/Filter/AssetDispatcher.php index 96ac235b3..a92a5fcc3 100644 --- a/lib/Cake/Routing/Filter/AssetDispatcher.php +++ b/lib/Cake/Routing/Filter/AssetDispatcher.php @@ -167,4 +167,4 @@ class AssetDispatcher extends DispatcherFilter { } } -} \ No newline at end of file +} diff --git a/lib/Cake/Test/Case/AllConsoleTest.php b/lib/Cake/Test/Case/AllConsoleTest.php index 820d622b2..59883506a 100644 --- a/lib/Cake/Test/Case/AllConsoleTest.php +++ b/lib/Cake/Test/Case/AllConsoleTest.php @@ -41,4 +41,4 @@ class AllConsoleTest extends PHPUnit_Framework_TestSuite { $suite->addTestFile($path . 'AllShellsTest.php'); return $suite; } -} \ No newline at end of file +} diff --git a/lib/Cake/Test/Case/AllControllerTest.php b/lib/Cake/Test/Case/AllControllerTest.php index 0d3a31649..38a7359c9 100644 --- a/lib/Cake/Test/Case/AllControllerTest.php +++ b/lib/Cake/Test/Case/AllControllerTest.php @@ -41,4 +41,4 @@ class AllControllersTest extends PHPUnit_Framework_TestSuite { $suite->addTestFile(CORE_TEST_CASES . DS . 'Controller' . DS . 'ControllerMergeVarsTest.php'); return $suite; } -} \ No newline at end of file +} diff --git a/lib/Cake/Test/Case/AllCoreTest.php b/lib/Cake/Test/Case/AllCoreTest.php index 7964fe12f..d2e5a5398 100644 --- a/lib/Cake/Test/Case/AllCoreTest.php +++ b/lib/Cake/Test/Case/AllCoreTest.php @@ -38,4 +38,3 @@ class AllCoreTest extends PHPUnit_Framework_TestSuite { return $suite; } } - diff --git a/lib/Cake/Test/Case/AllEventTest.php b/lib/Cake/Test/Case/AllEventTest.php index 9f8ab2941..4837e3598 100644 --- a/lib/Cake/Test/Case/AllEventTest.php +++ b/lib/Cake/Test/Case/AllEventTest.php @@ -37,4 +37,3 @@ class AllEventTest extends PHPUnit_Framework_TestSuite { return $suite; } } - diff --git a/lib/Cake/Test/Case/AllLogTest.php b/lib/Cake/Test/Case/AllLogTest.php index e6dca95b6..b45ac1d81 100644 --- a/lib/Cake/Test/Case/AllLogTest.php +++ b/lib/Cake/Test/Case/AllLogTest.php @@ -38,4 +38,3 @@ class AllLogTest extends PHPUnit_Framework_TestSuite { return $suite; } } - diff --git a/lib/Cake/Test/Case/AllTestSuiteTest.php b/lib/Cake/Test/Case/AllTestSuiteTest.php index 1ead825dd..9a9a472fe 100644 --- a/lib/Cake/Test/Case/AllTestSuiteTest.php +++ b/lib/Cake/Test/Case/AllTestSuiteTest.php @@ -37,4 +37,4 @@ class AllTestSuiteTest extends PHPUnit_Framework_TestSuite { $suite->addTestDirectory(CORE_TEST_CASES . DS . 'TestSuite'); return $suite; } -} \ No newline at end of file +} diff --git a/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php b/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php index 5a6846b9e..73ef6b38b 100644 --- a/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php +++ b/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php @@ -45,4 +45,4 @@ class AllConsoleLibsTest extends PHPUnit_Framework_TestSuite { } return $suite; } -} \ No newline at end of file +} diff --git a/lib/Cake/Test/Case/Console/AllShellsTest.php b/lib/Cake/Test/Case/Console/AllShellsTest.php index 8842d61f5..afc6277f8 100644 --- a/lib/Cake/Test/Case/Console/AllShellsTest.php +++ b/lib/Cake/Test/Case/Console/AllShellsTest.php @@ -39,4 +39,4 @@ class AllShellsTest extends PHPUnit_Framework_TestSuite { $suite->addTestDirectory($path); return $suite; } -} \ No newline at end of file +} diff --git a/lib/Cake/Test/Case/Console/AllTasksTest.php b/lib/Cake/Test/Case/Console/AllTasksTest.php index dcdce737b..bf83b2b68 100644 --- a/lib/Cake/Test/Case/Console/AllTasksTest.php +++ b/lib/Cake/Test/Case/Console/AllTasksTest.php @@ -39,4 +39,3 @@ class AllTasksTest extends PHPUnit_Framework_TestSuite { return $suite; } } - diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php b/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php index de552b1f8..182f46d50 100644 --- a/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php @@ -66,4 +66,3 @@ class IniAclTest extends CakeTestCase { $this->assertTrue($Ini->check($user, 'posts')); } } - diff --git a/lib/Cake/Test/Case/Event/CakeEventTest.php b/lib/Cake/Test/Case/Event/CakeEventTest.php index 592a93a82..bf1937e62 100644 --- a/lib/Cake/Test/Case/Event/CakeEventTest.php +++ b/lib/Cake/Test/Case/Event/CakeEventTest.php @@ -82,4 +82,4 @@ class CakeEventTest extends CakeTestCase { $this->assertEquals($this, $event->subject); $this->assertEquals('fake.event', $event->name); } -} \ No newline at end of file +} diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php index 4e8ae4c85..3a26f9561 100644 --- a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php +++ b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php @@ -73,5 +73,3 @@ class TreeBehaviorAfterTest extends CakeTestCase { $this->assertEquals($expected, $result[7]); } } - - diff --git a/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php b/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php index d696d7cd8..2a220570f 100644 --- a/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php @@ -114,4 +114,4 @@ class CacheSessionTest extends CakeTestCase { $this->assertFalse(Cache::read('test_one', 'session_test'), 'Value stuck around.'); } -} \ No newline at end of file +} diff --git a/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php b/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php index 11512fd66..1341e7374 100644 --- a/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php +++ b/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php @@ -74,4 +74,4 @@ class DebugTransportTest extends CakeTestCase { $this->assertEquals($data, $result['message']); } -} \ No newline at end of file +} diff --git a/lib/Cake/Test/Case/Network/Email/MailTransportTest.php b/lib/Cake/Test/Case/Network/Email/MailTransportTest.php index 43f0cc5e6..36781cbcc 100644 --- a/lib/Cake/Test/Case/Network/Email/MailTransportTest.php +++ b/lib/Cake/Test/Case/Network/Email/MailTransportTest.php @@ -81,4 +81,3 @@ class MailTransportTest extends CakeTestCase { } } - diff --git a/lib/Cake/Test/Case/View/Helper/TextHelperTest.php b/lib/Cake/Test/Case/View/Helper/TextHelperTest.php index eba3ba7ab..1fdf51d5e 100644 --- a/lib/Cake/Test/Case/View/Helper/TextHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/TextHelperTest.php @@ -334,4 +334,3 @@ class TextHelperTest extends CakeTestCase { } } - diff --git a/lib/Cake/TestSuite/Fixture/CakeTestModel.php b/lib/Cake/TestSuite/Fixture/CakeTestModel.php index 22add853a..87f5ce44a 100644 --- a/lib/Cake/TestSuite/Fixture/CakeTestModel.php +++ b/lib/Cake/TestSuite/Fixture/CakeTestModel.php @@ -67,4 +67,4 @@ class CakeTestModel extends Model { return parent::save($data, $validate, $fieldList); } -} \ No newline at end of file +} diff --git a/lib/Cake/TestSuite/templates/footer.php b/lib/Cake/TestSuite/templates/footer.php index 06af88ef7..8e63a4076 100644 --- a/lib/Cake/TestSuite/templates/footer.php +++ b/lib/Cake/TestSuite/templates/footer.php @@ -18,13 +18,13 @@ */ ?> - - \ No newline at end of file + diff --git a/lib/Cake/TestSuite/templates/xdebug.php b/lib/Cake/TestSuite/templates/xdebug.php index ecf24cb84..678754f4e 100644 --- a/lib/Cake/TestSuite/templates/xdebug.php +++ b/lib/Cake/TestSuite/templates/xdebug.php @@ -25,4 +25,3 @@