diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2017-02-09 09:12:21 +0100 | 
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2017-02-14 13:59:00 +0100 | 
| commit | 6e6fd6d1177caec35f76ab31a75e5c2164ebf63b (patch) | |
| tree | 1bbf26c930b1cdbb7de1996c40a3ac7877d4f116 /bgpd/bgp_attr.h | |
| parent | c298dae25906c33d61f86235c39380212f48a138 (diff) | |
bgpd: remove useless white space character in evpn function declaration
Some tabulation replaces the white space used for the declaration of
this evpn function.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bgpd/bgp_attr.h')
| -rw-r--r-- | bgpd/bgp_attr.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_attr.h b/bgpd/bgp_attr.h index bd9d7daf4d..015039c6cd 100644 --- a/bgpd/bgp_attr.h +++ b/bgpd/bgp_attr.h @@ -304,7 +304,7 @@ extern size_t bgp_packet_mpunreach_start (struct stream *s, afi_t afi,  					  safi_t safi);  extern void bgp_packet_mpunreach_prefix (struct stream *s, struct prefix *p,  			     afi_t afi, safi_t safi, struct prefix_rd *prd, -                             u_char *tag, int, u_int32_t, struct attr *); +			     u_char *tag, int, u_int32_t, struct attr *);  extern void bgp_packet_mpunreach_end (struct stream *s, size_t attrlen_pnt);  static inline int  | 
