mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-29 07:10:26 +00:00
simple print newline
attached.
cheers,
jamal
commit d7869e6167c3553e93e254940b0647032b40fed8
Author: Jamal Hadi Salim <jhs@mojatatu.com>
Date: Sun Dec 22 07:46:28 2013 -0500
print new line at the end for aesthetics
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
This commit is contained in:
parent
4bfb21ca20
commit
352f6f97be
@ -188,9 +188,9 @@ static int print_simple(struct action_util *au, FILE * f, struct rtattr *arg)
|
||||
if (tb[TCA_DEF_TM]) {
|
||||
struct tcf_t *tm = RTA_DATA(tb[TCA_DEF_TM]);
|
||||
print_tm(f, tm);
|
||||
fprintf(f, "\n");
|
||||
}
|
||||
}
|
||||
fprintf(f, "\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user