whitespace
diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php
index c5931db..8be65e0 100644
--- a/system/database/DB_forge.php
+++ b/system/database/DB_forge.php
@@ -259,8 +259,8 @@
// add field info into field array, but we can only do one at a time
// so we cycle through
- foreach ($field as $k => $v)
- {
+ foreach ($field as $k => $v)
+ {
$this->add_field(array($k => $field[$k]));
if (count($this->fields) == 0)
@@ -279,6 +279,7 @@
}
return TRUE;
+
}
// --------------------------------------------------------------------