diff --git a/lib/Cake/Test/Case/Model/models.php b/lib/Cake/Test/Case/Model/models.php
index de578d218..ced7a56b3 100644
--- a/lib/Cake/Test/Case/Model/models.php
+++ b/lib/Cake/Test/Case/Model/models.php
@@ -5070,10 +5070,10 @@ class Example extends AppModel {
  */
 	protected $_schema = array(
 		'filefield' => array(
-			'type'    => 'string',
-			'length'  => 254,
+			'type' => 'string',
+			'length' => 254,
 			'default' => null,
-			'null'    => true,
+			'null' => true,
 			'comment' => null
 		),
 	);