mirror of
https://repo.or.cz/socat.git
synced 2025-07-16 08:03:24 +00:00
Removed trailing white space from *.h and *.c files
This commit is contained in:
parent
920d77847d
commit
33896a3f38
38 changed files with 172 additions and 165 deletions
|
@ -73,7 +73,7 @@ static int _nestlex(const char **addr,
|
|||
|
||||
/* is this end of input string? */
|
||||
if (*in == 0) {
|
||||
|
||||
|
||||
break; /* end of string */
|
||||
}
|
||||
|
||||
|
@ -123,7 +123,7 @@ static int _nestlex(const char **addr,
|
|||
if (--*len <= 0) { *addr = in; *token = out; return -1; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
break;
|
||||
}
|
||||
++quotx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue