1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188388

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)