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 /zebra/irdp.h | |
| parent | c4cb0574d49b1bad710ccf76e7fa071b68ac7deb (diff) | |
*: strip trailing whitespace
Some of it has snuck by CI
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/irdp.h')
| -rw-r--r-- | zebra/irdp.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/zebra/irdp.h b/zebra/irdp.h index ff4ab8dfbd..c1ea34f3aa 100644 --- a/zebra/irdp.h +++ b/zebra/irdp.h @@ -51,7 +51,7 @@ extern "C" {  #endif /* INADDR_ALLRTRS_GROUP */  /* Default irdp packet interval */ -#define IRDP_DEFAULT_INTERVAL 300  +#define IRDP_DEFAULT_INTERVAL 300  /* Router constants from RFC1256 */  #define MAX_INITIAL_ADVERT_INTERVAL 16 @@ -123,10 +123,10 @@ struct irdp_interface {  #define IF_ACTIVE               (1<<0) /* ICMP Active */  #define IF_BROADCAST            (1<<1) /* 255.255.255.255 */  #define IF_SOLICIT              (1<<2) /* Solicit active */ -#define IF_DEBUG_MESSAGES       (1<<3)  -#define IF_DEBUG_PACKET         (1<<4)  -#define IF_DEBUG_MISC           (1<<5)  -#define IF_SHUTDOWN             (1<<6)  +#define IF_DEBUG_MESSAGES       (1<<3) +#define IF_DEBUG_PACKET         (1<<4) +#define IF_DEBUG_MISC           (1<<5) +#define IF_SHUTDOWN             (1<<6)  	struct interface *ifp;  	struct thread *t_advertise;  | 
