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 /ripngd/ripng_interface.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 'ripngd/ripng_interface.c')
| -rw-r--r-- | ripngd/ripng_interface.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ripngd/ripng_interface.c b/ripngd/ripng_interface.c index a132f723ed..9209a76460 100644 --- a/ripngd/ripng_interface.c +++ b/ripngd/ripng_interface.c @@ -43,10 +43,10 @@  /* If RFC2133 definition is used. */  #ifndef IPV6_JOIN_GROUP -#define IPV6_JOIN_GROUP  IPV6_ADD_MEMBERSHIP  +#define IPV6_JOIN_GROUP  IPV6_ADD_MEMBERSHIP  #endif  #ifndef IPV6_LEAVE_GROUP -#define IPV6_LEAVE_GROUP IPV6_DROP_MEMBERSHIP  +#define IPV6_LEAVE_GROUP IPV6_DROP_MEMBERSHIP  #endif  DEFINE_MTYPE_STATIC(RIPNGD, RIPNG_IF, "ripng interface")  | 
