From 11b5c15fdb815a2af400bfddef944dbac41a434a Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 25 Feb 2014 15:42:35 -0500 Subject: Remove trailing whitespace Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier Tested-by: Bill Meier --- epan/crc16-tvb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/crc16-tvb.h') diff --git a/epan/crc16-tvb.h b/epan/crc16-tvb.h index bd6cec2512..30bf03cd7a 100644 --- a/epan/crc16-tvb.h +++ b/epan/crc16-tvb.h @@ -108,12 +108,12 @@ WS_DLL_PUBLIC guint16 crc16_plain_tvb_offset_seed(tvbuff_t *tvb, guint offset, g /** Compute CRC16 checksum of a tv buffer using the parameters * Width = 16 bits * Poly = 0x9949 - * Reflection = true - * Algorithm = table-driven + * Reflection = true + * Algorithm = table-driven @param tvb The tv buffer containing the data. @param offset The offset into the tv buffer. @param len The number of bytes to include in the computation. - @param seed The seed to use. + @param seed The seed to use. @return The CRC16 checksum. */ WS_DLL_PUBLIC guint16 crc16_0x9949_tvb_offset_seed(tvbuff_t *tvb, guint offset, guint len, guint16 seed); -- cgit v1.2.3