summaryrefslogtreecommitdiff
path: root/tc/q_netem.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemming@brocade.com>2014-12-20 15:47:17 -0800
committerStephen Hemminger <shemming@brocade.com>2014-12-20 15:47:17 -0800
commit3d0b7439dfac96d93386295a4c961b89bd3d8463 (patch)
tree82991e66c97b66a358f1fe5717a40c06e6c3bafc /tc/q_netem.c
parentb9ea445d529d42fd328fd3343c51403a3672d55f (diff)
whitespace cleanup
Remove all trailing whitespace and space before tabs.
Diffstat (limited to 'tc/q_netem.c')
-rw-r--r--tc/q_netem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tc/q_netem.c b/tc/q_netem.c
index 8abe07f5..cd990a0a 100644
--- a/tc/q_netem.c
+++ b/tc/q_netem.c
@@ -505,7 +505,7 @@ static int netem_parse_opt(struct qdisc_util *qu, int argc, char **argv,
fprintf(stderr, "loss in the weeds!\n");
return -1;
}
-
+
addattr_nest_end(n, start);
}
@@ -584,7 +584,7 @@ static int netem_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
gimodel = RTA_DATA(lb[NETEM_LOSS_GI]);
if (lb[NETEM_LOSS_GE])
gemodel = RTA_DATA(lb[NETEM_LOSS_GE]);
- }
+ }
if (tb[TCA_NETEM_RATE]) {
if (RTA_PAYLOAD(tb[TCA_NETEM_RATE]) < sizeof(*rate))
return -1;