From ac1bb6584c6a79d1762eaaeeee8975552a512d95 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 1 Apr 2016 01:55:33 -0700 Subject: Remove trailing whitespace. Change-Id: I61dfe0b8e47c98d50975ab825ef529899c31f305 Reviewed-on: https://code.wireshark.org/review/14757 Reviewed-by: Guy Harris --- epan/dissectors/packet-ncp2222.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epan/dissectors/packet-ncp2222.inc b/epan/dissectors/packet-ncp2222.inc index 20f2c000e0..1ca369963e 100644 --- a/epan/dissectors/packet-ncp2222.inc +++ b/epan/dissectors/packet-ncp2222.inc @@ -2133,10 +2133,10 @@ ncp_postseq_cleanup(void) * needed during random-access processing of the proto_tree.*/ } -/* NCP sequence numbers are from 0 - 255. After reaching 255 the +/* NCP sequence numbers are from 0 - 255. After reaching 255 the * sequence number wraps back to 0. Change nw_sequence to nw_sequence_long * and use upper bits to make sequence numbers unique. This way - * future attempts to locate initiating packet will succeed. + * future attempts to locate initiating packet will succeed. */ static ncp_req_hash_value* ncp_hash_insert(conversation_t *conversation, guint8 nw_sequence, @@ -6236,7 +6236,7 @@ dissect_ncp_8x20req(tvbuff_t *tvb, proto_tree *volatile ncp_tree, guint32 offset /* * But, in 8859-1, this is a feminine ordinal indicator * (underlined subscripted "a"). - */ + */ c_char = '*'; wmem_strbuf_append_c(string_buf, c_char); proto_tree_add_uint_format_value(ncp_tree, hf_search_modifier, tvb, buffer_offset-1, 2, c_char, "DOS Wildcard Asterisk"); -- cgit v1.2.3