diff options
| author | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:03:14 +0200 | 
|---|---|---|
| committer | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:04:07 +0200 | 
| commit | d62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch) | |
| tree | 3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /lib/checksum.h | |
| parent | 888ac268a0077fc9ebd1218cec6ae472af0bfc40 (diff) | |
*: reindentreindent-master-after
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'`
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/checksum.h')
| -rw-r--r-- | lib/checksum.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/checksum.h b/lib/checksum.h index b310f744c9..aecaaf6bcc 100644 --- a/lib/checksum.h +++ b/lib/checksum.h @@ -1,3 +1,4 @@  extern int in_cksum(void *, int);  #define FLETCHER_CHECKSUM_VALIDATE 0xffff -extern u_int16_t fletcher_checksum(u_char *, const size_t len, const uint16_t offset); +extern u_int16_t fletcher_checksum(u_char *, const size_t len, +				   const uint16_t offset);  | 
