Browse Source

Remove trailing whitespace

Josh Soref 2 years ago
parent
commit
79e65cd7f6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      class/deliver/Deliver_SMTP.class.php
  2. 1 1
      functions/imap_general.php

+ 1 - 1
class/deliver/Deliver_SMTP.class.php

@@ -285,7 +285,7 @@ class Deliver_SMTP extends Deliver {
             }
 
             $scram_response = scram_response($hAlg, $user, $cbf, $cliNonce, $serData['r'], $pass, $serData['s'], $serData['i']);
-            
+
             fputs($stream, $scram_response."\r\n");
 
             // Get SCRAM validation

+ 1 - 1
functions/imap_general.php

@@ -918,7 +918,7 @@ function sqimap_login ($username, $password, $imap_server_address,
                         $message .= '  Please contact your system administrator.';
                     } else {
                         $scram_response = scram_response($hAlg, $username, $cbf, $cliNonce, $serData['r'], $password, $serData['s'], $serData['i']);
-                        
+
                         fputs($imap_stream, $scram_response."\r\n");
 
                         // Get SCRAM validation