diff options
author | Michael Granados <michaelgranados@gmail.com> | 2014-11-13 02:19:07 +0100 |
---|---|---|
committer | Michael Granados <michaelgranados@gmail.com> | 2014-11-13 02:19:07 +0100 |
commit | dfa1e4034ee944ee250aea46322565188dab2ab3 (patch) | |
tree | 190e0f3af02a1c1b0fbd76f20d2b58a9ba5f570f | |
parent | 92e2fd2320a27519922e2927cf810d8c846e7b4e (diff) |
Removing empty lines
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
-rw-r--r-- | system/language/english/email_lang.php | 2 | ||||
-rw-r--r-- | system/libraries/Email.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index b7b09f2c2..b6f03c71c 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -58,4 +58,4 @@ $lang['email_smtp_data_failure'] = 'Unable to send data: %s'; $lang['email_exit_status'] = 'Exit status code: %s'; /* End of file email_lang.php */ -/* Location: ./system/language/english/email_lang.php */ +/* Location: ./system/language/english/email_lang.php */
\ No newline at end of file diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 454482ef4..5cb16896f 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -2273,4 +2273,4 @@ class CI_Email { } /* End of file Email.php */ -/* Location: ./system/libraries/Email.php */ +/* Location: ./system/libraries/Email.php */
\ No newline at end of file |