Trimming trailing whitespace from files. Refs #201

This commit is contained in:
Mark Story 2010-01-15 13:26:47 -05:00
parent 7088afbb88
commit f11068b831
4 changed files with 4 additions and 4 deletions

View file

@ -20,4 +20,4 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
return $config['Cake.version'] = '1.3.0-alpha';
?>
?>

View file

@ -915,4 +915,4 @@ class ModelTask extends Shell {
$this->Fixture->bake($className, $useTable);
}
}
?>
?>

View file

@ -772,4 +772,4 @@ class JsBaseEngineTestCase extends CakeTestCase {
}
}
?>
?>

View file

@ -801,4 +801,4 @@ class CodeCoverageManager {
return false;
}
}
?>
?>