Blame SOURCES/0125-simple-print-newline.patch

049c96
From 2928f0b53aa26bf304a5ecc0b0339213c0046f7f Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Fri, 11 Mar 2016 15:37:57 +0100
049c96
Subject: [PATCH] simple print newline
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1315930
049c96
Upstream Status: iproute2.git commit 352f6f97bef6b
049c96
049c96
commit 352f6f97bef6baefa21d973b914a67e7feac3d8f
049c96
Author: Jamal Hadi Salim <jhs@mojatatu.com>
049c96
Date:   Sun Dec 22 07:50:09 2013 -0500
049c96
049c96
    simple print newline
049c96
049c96
    attached.
049c96
049c96
    cheers,
049c96
    jamal
049c96
    commit d7869e6167c3553e93e254940b0647032b40fed8
049c96
    Author: Jamal Hadi Salim <jhs@mojatatu.com>
049c96
    Date:   Sun Dec 22 07:46:28 2013 -0500
049c96
049c96
        print new line at the end for aesthetics
049c96
049c96
        Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
049c96
---
049c96
 tc/m_simple.c | 2 +-
049c96
 1 file changed, 1 insertion(+), 1 deletion(-)
049c96
049c96
diff --git a/tc/m_simple.c b/tc/m_simple.c
049c96
index 0224440..a8e1d6b 100644
049c96
--- a/tc/m_simple.c
049c96
+++ b/tc/m_simple.c
049c96
@@ -188,9 +188,9 @@ static int print_simple(struct action_util *au, FILE * f, struct rtattr *arg)
049c96
 		if (tb[TCA_DEF_TM]) {
049c96
 			struct tcf_t *tm = RTA_DATA(tb[TCA_DEF_TM]);
049c96
 			print_tm(f, tm);
049c96
-			fprintf(f, "\n");
049c96
 		}
049c96
 	}
049c96
+	fprintf(f, "\n");
049c96
 
049c96
 	return 0;
049c96
 }
049c96
-- 
049c96
1.8.3.1
049c96