netem: fix code indentation
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
da9cc6ab90
commit
268a9eee98
|
|
@ -231,7 +231,7 @@ static int netem_parse_opt(struct qdisc_util *qu, int argc, char **argv,
|
|||
|
||||
if (!strcmp(*argv, "random")) {
|
||||
NEXT_ARG();
|
||||
random_loss_model:
|
||||
random_loss_model:
|
||||
if (get_percent(&opt.loss, *argv)) {
|
||||
explain1("loss percent");
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue