summaryrefslogtreecommitdiffstats
path: root/system/database/DB_forge.php
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-03-03 00:25:41 +0100
committerDerek Jones <derek.jones@ellislab.com>2010-03-03 00:25:41 +0100
commit30b35eb12edef6018fe61f383a002d895683e468 (patch)
treeaadaf64daaa76ee3e01b473da2dcacdf82c2807d /system/database/DB_forge.php
parente77922026939fed28a607338e24c1c37066a97b4 (diff)
whitespace
Diffstat (limited to 'system/database/DB_forge.php')
-rw-r--r--system/database/DB_forge.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php
index c5931db27..8be65e0d6 100644
--- a/system/database/DB_forge.php
+++ b/system/database/DB_forge.php
@@ -259,8 +259,8 @@ class CI_DB_forge {
// 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 @@ class CI_DB_forge {
}
return TRUE;
+
}
// --------------------------------------------------------------------