From b7e368a4df1dd72e844dc62506739c1d3d6d6e7e Mon Sep 17 00:00:00 2001
From: "Jonathan.Wage" <Jonathan.Wage@625475ce-881a-0410-a577-b389adb331d8>
Date: Thu, 20 Sep 2007 22:34:03 +0000
Subject: [PATCH] Formatting fix.

---
 lib/Doctrine/Import.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Doctrine/Import.php b/lib/Doctrine/Import.php
index 9b40e8b96..1d56d2f8c 100644
--- a/lib/Doctrine/Import.php
+++ b/lib/Doctrine/Import.php
@@ -192,8 +192,8 @@ class Doctrine_Import extends Doctrine_Connection_Module
         foreach ($this->listTables() as $table) {
             $builder->buildRecord(array('tableName' => $table,
                                         'className' => Doctrine::classify($table)),
-                                  $this->listTableColumns($table),
-                                  array());
+                                        $this->listTableColumns($table),
+                                        array());
         
             $classes[] = Doctrine::classify($table);
         }