diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-09-30 16:44:43 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-09-30 16:44:43 +0000 | 
| commit | c258527bd2475234a67b8335b622ad57eec0bc7e (patch) | |
| tree | 245bec30402003d529f51d034857f27df6fbbda3 /pimd/pim_hello.c | |
| parent | c4cb0574d49b1bad710ccf76e7fa071b68ac7deb (diff) | |
*: strip trailing whitespace
Some of it has snuck by CI
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_hello.c')
| -rw-r--r-- | pimd/pim_hello.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_hello.c b/pimd/pim_hello.c index 721d153d76..34c5eb43bc 100644 --- a/pimd/pim_hello.c +++ b/pimd/pim_hello.c @@ -104,7 +104,7 @@ static void tlv_trace(const char *label, const char *tlv_name,      char src_str[INET_ADDRSTRLEN];      pim_inet4_dump("<src?>", src_addr, src_str, sizeof(src_str));      zlog_debug("%s: PIM hello option from %s on interface %s: %s", -	       label,  +	       label,  	       src_str, ifname,  	       tlv_name);    }  | 
