From 2ac134b3c5bbc4020fd64b878db984f526b432cb Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sun, 13 Oct 2013 19:56:52 +0000 Subject: whitespace fixes; mostly: remove trailing blanks svn path=/trunk/; revision=52591 --- epan/dissectors/packet-isis-snp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-isis-snp.c') diff --git a/epan/dissectors/packet-isis-snp.c b/epan/dissectors/packet-isis-snp.c index 9f2f45fc3a..a5e073b08b 100644 --- a/epan/dissectors/packet-isis-snp.c +++ b/epan/dissectors/packet-isis-snp.c @@ -475,14 +475,14 @@ dissect_snp_checksum_clv(tvbuff_t *tvb, return; } - checksum = tvb_get_ntohs(tvb, offset); + checksum = tvb_get_ntohs(tvb, offset); /* the check_and_get_checksum() function needs to know how big * the packet is. we can either pass through the pdu-len through several layers * of dissectors and wrappers or extract the PDU length field from the PDU specific header * which is offseted 8 bytes (relative to the beginning of the IS-IS packet) in SNPs */ - pdu_length = tvb_get_ntohs(tvb, 8); + pdu_length = tvb_get_ntohs(tvb, 8); /* unlike the LSP checksum verification which starts at an offset of 12 we start at offset 0*/ switch (check_and_get_checksum(tvb, 0, pdu_length, checksum, offset, &cacl_checksum)) -- cgit v1.2.3