Cleaning up line endings

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4994 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-05-03 04:35:25 +00:00
parent 3700c963b5
commit 137fea94c6
22 changed files with 22 additions and 22 deletions

View file

@ -200,4 +200,4 @@
* 'expiryField' => 'expires')); * 'expiryField' => 'expires'));
*/ */
$cakeCache = array('File'); $cakeCache = array('File');
?> ?>

View file

@ -40,4 +40,4 @@ if ($pos === false) {
} else { } else {
header('HTTP/1.1 404 Not Found'); header('HTTP/1.1 404 Not Found');
} }
?> ?>

View file

@ -522,4 +522,4 @@ class Dispatcher extends Object {
} }
} }
?> ?>

View file

@ -173,4 +173,4 @@ class ClassRegistry {
} }
} }
} }
?> ?>

View file

@ -509,4 +509,4 @@ class EmailComponent extends Object{
return true; return true;
} }
} }
?> ?>

View file

@ -1145,4 +1145,4 @@ class Controller extends Object {
} }
} }
?> ?>

View file

@ -565,4 +565,4 @@ class DboMysql extends DboSource {
return $query; return $query;
} }
} }
?> ?>

View file

@ -427,4 +427,4 @@ class DboMysqli extends DboSource {
return $query; return $query;
} }
} }
?> ?>

View file

@ -630,4 +630,4 @@ class DboPostgres extends DboSource {
} }
} }
?> ?>

View file

@ -1811,4 +1811,4 @@ class DboSource extends DataSource {
} }
} }
?> ?>

View file

@ -2138,4 +2138,4 @@ if (!defined('CAKEPHP_UNIT_TEST_EXECUTION')) {
Overloadable::overload('Model'); Overloadable::overload('Model');
} }
?> ?>

View file

@ -791,4 +791,4 @@ if(!function_exists('http_build_query')) {
} }
} }
?> ?>

View file

@ -627,4 +627,4 @@ class Helper extends Overloadable {
} while ($oldstring != $this->__cleaned); } while ($oldstring != $this->__cleaned);
} }
} }
?> ?>

View file

@ -1132,4 +1132,4 @@ class FormHelper extends AppHelper {
return $this->__options[$name]; return $this->__options[$name];
} }
} }
?> ?>

View file

@ -665,4 +665,4 @@ class HtmlHelper extends AppHelper {
return $this->output(sprintf($this->tags[$tag], $this->_parseAttributes($attributes, null, ' ', ''), $text)); return $this->output(sprintf($this->tags[$tag], $this->_parseAttributes($attributes, null, ' ', ''), $text));
} }
} }
?> ?>

View file

@ -108,4 +108,4 @@ class NumberHelper extends AppHelper {
} }
} }
?> ?>

View file

@ -249,4 +249,4 @@ class ThemeView extends View {
} }
} }
?> ?>

View file

@ -953,4 +953,4 @@ class View extends Object {
} }
} }
} }
?> ?>

View file

@ -2353,4 +2353,4 @@ class Bake {
} }
} }
?> ?>

View file

@ -40,4 +40,4 @@ if ($pos === false) {
} else { } else {
header('HTTP/1.1 404 Not Found'); header('HTTP/1.1 404 Not Found');
} }
?> ?>

View file

@ -1835,4 +1835,4 @@ function testRecursiveFindAllWithLimit() {
} }
} }
?> ?>

View file

@ -365,4 +365,4 @@ class HtmlTestManager extends TestManager {
return $buffer; return $buffer;
} }
} }
?> ?>