From 3d0b7439dfac96d93386295a4c961b89bd3d8463 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sat, 20 Dec 2014 15:47:17 -0800 Subject: whitespace cleanup Remove all trailing whitespace and space before tabs. --- tc/q_netem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tc/q_netem.c') 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; -- cgit v1.2.3