]> granicus.if.org Git - curl/commitdiff
imap: Small tidy up of function arguments
authorSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 21:18:36 +0000 (21:18 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 21:18:36 +0000 (21:18 +0000)
lib/imap.c

index 83176bd4b7c0d9a9a2b17383c793aa81e3a97af2..63840d4eba378f1b4a3057157b637952309f96ef 100644 (file)
@@ -1214,8 +1214,7 @@ static CURLcode imap_state_login_resp(struct connectdata *conn,
 }
 
 /* For SELECT responses */
-static CURLcode imap_state_select_resp(struct connectdata *conn,
-                                       int imapcode,
+static CURLcode imap_state_select_resp(struct connectdata *conn, int imapcode,
                                        imapstate instate)
 {
   CURLcode result = CURLE_OK;
@@ -1987,7 +1986,7 @@ static CURLcode imap_regular_transfer(struct connectdata *conn,
   return result;
 }
 
-static CURLcode imap_setup_connection(struct connectdata * conn)
+static CURLcode imap_setup_connection(struct connectdata *conn)
 {
   struct SessionHandle *data = conn->data;