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 /zebra/ioctl_solaris.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 'zebra/ioctl_solaris.h')
| -rw-r--r-- | zebra/ioctl_solaris.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/ioctl_solaris.h b/zebra/ioctl_solaris.h index 188986be16..cb3d745d79 100644 --- a/zebra/ioctl_solaris.h +++ b/zebra/ioctl_solaris.h @@ -23,7 +23,7 @@  #ifndef _ZEBRA_IF_IOCTL_SOLARIS_H  #define _ZEBRA_IF_IOCTL_SOLARIS_H -void lifreq_set_name (struct lifreq *, const char *); -int if_get_flags_direct (const char *, uint64_t *, unsigned int af); +void lifreq_set_name(struct lifreq *, const char *); +int if_get_flags_direct(const char *, uint64_t *, unsigned int af);  #endif /* _ZEBRA_IF_IOCTL_SOLARIS_H */  | 
