mirror of
https://github.com/curl/curl.git
synced 2026-05-03 04:17:51 +03:00
imap.c: remove trailing whitespace
This commit is contained in:
parent
ffa62e5bab
commit
27f90c0962
1 changed files with 1 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue