]> granicus.if.org Git - curl/commitdiff
imap.c: remove trailing whitespace
authorYang Tse <yangsita@gmail.com>
Fri, 28 Dec 2012 23:59:11 +0000 (00:59 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 28 Dec 2012 23:59:11 +0000 (00:59 +0100)
lib/imap.c

index 57b4ffd0739d277d1b92f7c54d5675df8a8e4781..18a4b16f2fd03c91446843d748628aba57682b5e 100644 (file)
@@ -564,7 +564,7 @@ static CURLcode imap_state_select_resp(struct connectdata *conn,
 {
   CURLcode result = CURLE_OK;
   struct SessionHandle *data = conn->data;
-  
+
   (void)instate; /* no use for this yet */
 
   if(imapcode != 'O') {