Fix minor spacing problem found by s9indent from last

commit.
This commit is contained in:
Randall Stewart 2009-02-09 11:42:23 +00:00
parent a1f2f7a5a0
commit 74246b2734

View File

@ -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)