diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-10-10 18:47:42 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-10-10 18:47:49 -0400 |
commit | 21a2e95dfa2f3eba937cf360d0c0308d2394b19e (patch) | |
tree | 6189f638e749b96da4f9038af084e2ff081d4c7e /src/support/cksum.c | |
parent | 6a36e06d7d0cd237c8dbb7a839e5afeaa0ad2b9c (diff) | |
download | mongo-21a2e95dfa2f3eba937cf360d0c0308d2394b19e.tar.gz |
whitespace
Diffstat (limited to 'src/support/cksum.c')
-rw-r--r-- | src/support/cksum.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/support/cksum.c b/src/support/cksum.c index 4fc828de449..e19633328d6 100644 --- a/src/support/cksum.c +++ b/src/support/cksum.c @@ -1258,7 +1258,6 @@ __wt_cksum_hw(const void *chunk, size_t len) } #endif - /* * __wt_cksum -- * Return a checksum for a chunk of memory using the fastest method |