mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +00:00
Replaced tabs with spaces
This commit is contained in:
parent
c70c3eac62
commit
9c41e1eea3
@ -217,8 +217,7 @@ setescape(argv)
|
|||||||
while (*p) {
|
while (*p) {
|
||||||
n = strtol(p, &endp, 16);
|
n = strtol(p, &endp, 16);
|
||||||
if (p == endp) {
|
if (p == endp) {
|
||||||
option_error("escape parameter contains invalid hex number '%s'",
|
option_error("escape parameter contains invalid hex number '%s'", p);
|
||||||
p);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
p = endp;
|
p = endp;
|
||||||
|
Loading…
Reference in New Issue
Block a user