summaryrefslogtreecommitdiff
path: root/lib/checksum.h
diff options
context:
space:
mode:
authorwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:03:14 +0200
committerwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:04:07 +0200
commitd62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch)
tree3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /lib/checksum.h
parent888ac268a0077fc9ebd1218cec6ae472af0bfc40 (diff)
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.h3
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);