diff options
author | Ahmad Anbar <aanbar@gmail.com> | 2014-04-01 01:00:50 +0200 |
---|---|---|
committer | Ahmad Anbar <aanbar@gmail.com> | 2014-04-01 01:00:50 +0200 |
commit | b10a6d62c580980e770ce52b484302d8174764e5 (patch) | |
tree | 28f855b8b91c8079a93136489b2f2907fbdb4c67 | |
parent | e2e5c26294cf831daf49b9d6b51db1278c28beb2 (diff) |
Removed tab on empty line too.
-rw-r--r-- | system/libraries/Migration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index bb20c8473..9185adff1 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php @@ -186,7 +186,7 @@ class CI_Migration { { // Note: We use strings, so that timestamp versions work on 32-bit systems $current_version = $this->_get_version(); - + if ($this->_migration_type === 'sequential') { $target_version = str_pad($target_version, 3, '0', STR_PAD_LEFT); |