whitespace in Email lib
diff --git a/system/libraries/Email.php b/system/libraries/Email.php
index d0f2ea9..8014bd2 100644
--- a/system/libraries/Email.php
+++ b/system/libraries/Email.php
@@ -1544,7 +1544,7 @@
 			// server probably has popen disabled, so nothing we can do to get a verbose error.
 			return FALSE;
 		}
-		
+
 		fputs($fp, $this->_header_str);
 		fputs($fp, $this->_finalbody);
 
@@ -1554,7 +1554,7 @@
 		{
 			$status = $status >> 8 & 0xFF;
 	    }
-	
+
 		if ($status != 0)
 		{
 			$this->_set_error_message('email_exit_status', $status);