]> granicus.if.org Git - curl/commitdiff
imap: Corrected a whitespace issue from previous commit
authorSteve Holme <steve_holme@hotmail.com>
Tue, 12 Feb 2013 23:05:14 +0000 (23:05 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 12 Feb 2013 23:05:14 +0000 (23:05 +0000)
Fixed a small whitespace issue that crept in there in commit
508cdf4da4d7.

lib/imap.c

index 27e67ff00ede7854c8e65df6453135f9126f93a5..38705e33c9cb39e9d01ee52398543b9036e064b1 100644 (file)
@@ -423,7 +423,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
     /* Do we have a valid response? */
     if(len >= 2 && !memcmp("* ", line, 2)) {
       *resp = '*';
+
       return TRUE;
     }
   }