examples/load_balancer: remove unnecessary parenthesis
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
5bc53b786b
commit
e6227d1eda
@ -328,7 +328,7 @@ parse_arg_w(const char *arg)
|
||||
|
||||
errno = 0;
|
||||
lcore = strtoul(p, NULL, 0);
|
||||
if ((errno != 0)) {
|
||||
if (errno != 0) {
|
||||
return -2;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user