diff options
| author | whitespace / reindent <invalid@invalid.invalid> | 2017-08-09 11:49:42 +0200 | 
|---|---|---|
| committer | whitespace / reindent <invalid@invalid.invalid> | 2017-08-09 12:03:17 +0200 | 
| commit | ac4d0be5874fafd14212d6007fff7495edc9b152 (patch) | |
| tree | 5e2f0d3189de928c849f9983406389ade3b098cb /bgpd/bgp_regex.h | |
| parent | 76a86854181c27819e5cf71b12ae1fa5ccd9e02a (diff) | |
*: reindentreindent-3.0-after
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'`
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_regex.h')
| -rw-r--r-- | bgpd/bgp_regex.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/bgpd/bgp_regex.h b/bgpd/bgp_regex.h index e5d28d1b74..d7d652abff 100644 --- a/bgpd/bgp_regex.h +++ b/bgpd/bgp_regex.h @@ -24,13 +24,13 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  #include <zebra.h>  #ifdef HAVE_LIBPCREPOSIX -# include <pcreposix.h> +#include <pcreposix.h>  #else -# include <regex.h> +#include <regex.h>  #endif /* HAVE_LIBPCREPOSIX */ -extern void bgp_regex_free (regex_t *regex); -extern regex_t *bgp_regcomp (const char *str); -extern int bgp_regexec (regex_t *regex, struct aspath *aspath); +extern void bgp_regex_free(regex_t *regex); +extern regex_t *bgp_regcomp(const char *str); +extern int bgp_regexec(regex_t *regex, struct aspath *aspath);  #endif /* _QUAGGA_BGP_REGEX_H */  | 
