Fix minor spacing problem found by s9indent from last
commit.
This commit is contained in:
parent
a1f2f7a5a0
commit
74246b2734
@ -729,10 +729,11 @@ sctp_finalize_crc32(uint32_t crc32c)
|
||||
#endif
|
||||
return (crc32c);
|
||||
}
|
||||
|
||||
#else
|
||||
uint32_t
|
||||
update_crc32(uint32_t crc32c, unsigned char *buffer, unsigned int length) {
|
||||
|
||||
update_crc32(uint32_t crc32c, unsigned char *buffer, unsigned int length)
|
||||
{
|
||||
return (0);
|
||||
}
|
||||
|
||||
@ -741,6 +742,7 @@ sctp_finalize_crc32(uint32_t crc32c)
|
||||
{
|
||||
return (0);
|
||||
}
|
||||
|
||||
#endif /* !defined(SCTP_WITH_NO_CSUM) */
|
||||
|
||||
#if defined(SCTP_WITH_NO_CSUM)
|
||||
|
Loading…
Reference in New Issue
Block a user