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