]> granicus.if.org Git - curl/commitdiff
pop3: remove trailing whitespace
authorDaniel Stenberg <daniel@haxx.se>
Sun, 27 May 2012 12:08:46 +0000 (14:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 May 2012 12:08:46 +0000 (14:08 +0200)
lib/pop3.c

index 99dc6c5371e15316cbf93ccda6182848963bde7a..ae540378f602d978c27e2cada52d39c9a5fda923 100644 (file)
@@ -214,7 +214,7 @@ static int pop3_endofresp(struct pingpong *pp, int *resp)
   char *line = pp->linestart_resp;
   size_t len = pp->nread_resp;
 
-  if((len < 3 || memcmp("+OK", line, 3)) && 
+  if((len < 3 || memcmp("+OK", line, 3)) &&
      (len < 4 || memcmp("-ERR", line, 4)))
   return FALSE; /* Nothing for us */