summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2009-02-09 11:42:23 +0000
committerrrs <rrs@FreeBSD.org>2009-02-09 11:42:23 +0000
commite7e0acd2237949a597579c82633223c531999143 (patch)
tree57c82f6a796053df68fdeb83bfb8a40f190919e2
parentb2d67dbfe66f71030bf004cd9c4d3dac4d5796b2 (diff)
downloadFreeBSD-src-e7e0acd2237949a597579c82633223c531999143.zip
FreeBSD-src-e7e0acd2237949a597579c82633223c531999143.tar.gz
Fix minor spacing problem found by s9indent from last
commit.
-rw-r--r--sys/netinet/sctp_crc32.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netinet/sctp_crc32.c b/sys/netinet/sctp_crc32.c
index 59d43eb..ec9a725 100644
--- a/sys/netinet/sctp_crc32.c
+++ b/sys/netinet/sctp_crc32.c
@@ -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)
OpenPOWER on IntegriCloud