summaryrefslogtreecommitdiff
path: root/lib/cli/qdisc/fq_codel.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cli/qdisc/fq_codel.c')
-rw-r--r--lib/cli/qdisc/fq_codel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cli/qdisc/fq_codel.c b/lib/cli/qdisc/fq_codel.c
index 1602bcba..a592f903 100644
--- a/lib/cli/qdisc/fq_codel.c
+++ b/lib/cli/qdisc/fq_codel.c
@@ -55,7 +55,7 @@ static void fq_codel_parse_argv(struct rtnl_tc *tc, int argc, char **argv)
{ "target", 1, 0, ARG_TARGET},
{ 0, 0, 0, 0 }
};
-
+
c = getopt_long(argc, argv, "h", long_opts, &optidx);
if (c == -1)
break;
@@ -91,7 +91,7 @@ static void fq_codel_parse_argv(struct rtnl_tc *tc, int argc, char **argv)
break;
}
- }
+ }
}
static struct nl_cli_tc_module fq_codel_module =