remove trailing whitespace
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include <popper.h>
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
* parse: Parse a raw input line from a POP client
|
||||
/*
|
||||
* parse: Parse a raw input line from a POP client
|
||||
* into null-delimited tokens
|
||||
*/
|
||||
|
||||
@@ -17,10 +17,10 @@ pop_parse(POP *p, char *buf)
|
||||
{
|
||||
char * mp;
|
||||
int i;
|
||||
|
||||
|
||||
/* Loop through the POP command array */
|
||||
for (mp = buf, i = 0; ; i++) {
|
||||
|
||||
|
||||
/* Skip leading spaces and tabs in the message */
|
||||
while (isspace((unsigned char)*mp))mp++;
|
||||
|
||||
@@ -51,5 +51,5 @@ pop_parse(POP *p, char *buf)
|
||||
|
||||
/* Return the number of tokens extracted minus the command itself */
|
||||
return (i-1);
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user