htb: fix indentation

iproute2 uses kernel style indenting
This commit is contained in:
Stephen Hemminger 2013-06-07 08:54:45 -07:00
parent 44f1ff0afc
commit 22fa92e367
1 changed files with 49 additions and 50 deletions

View File

@ -254,7 +254,6 @@ static int htb_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
parse_rtattr_nested(tb, TCA_HTB_RTAB, opt); parse_rtattr_nested(tb, TCA_HTB_RTAB, opt);
if (tb[TCA_HTB_PARMS]) { if (tb[TCA_HTB_PARMS]) {
hopt = RTA_DATA(tb[TCA_HTB_PARMS]); hopt = RTA_DATA(tb[TCA_HTB_PARMS]);
if (RTA_PAYLOAD(tb[TCA_HTB_PARMS]) < sizeof(*hopt)) return -1; if (RTA_PAYLOAD(tb[TCA_HTB_PARMS]) < sizeof(*hopt)) return -1;