aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-03-22 20:28:15 -0700
committerGuy Harris <guy@alum.mit.edu>2016-03-23 03:29:07 +0000
commit74cf25e9101dbc29142d63c3ecca812c2a53ab37 (patch)
tree78ef79d88a7f76ea8abfef4aea008809e260ed13
parent1543d34d6b64fd38cc5dc62deec41a94a4a0b38f (diff)
Fix whitespace.
Change-Id: I9ec492c90e22813f6336130a875b9bca7179af6a Reviewed-on: https://code.wireshark.org/review/14580 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/dissectors/packet-lat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-lat.c b/epan/dissectors/packet-lat.c
index bc81f06962..2f6a5d928e 100644
--- a/epan/dissectors/packet-lat.c
+++ b/epan/dissectors/packet-lat.c
@@ -1393,7 +1393,7 @@ dissect_lat_response_information(tvbuff_t *tvb, int offset, proto_tree *tree,
proto_tree_add_item_ret_uint(tree, hf_lat_srvc_count, tvb, offset, 1,
ENC_LITTLE_ENDIAN, &srvc_count);
-
+
for (i = 0; i < srvc_count; i++) {
proto_item *srvc_entry_len_ti;
guint32 srvc_entry_len;
@@ -1405,7 +1405,7 @@ dissect_lat_response_information(tvbuff_t *tvb, int offset, proto_tree *tree,
srvc_entry_len_ti = proto_tree_add_item_ret_uint(tree, hf_lat_srvc_entry_len,
tvb, offset, 1, ENC_LITTLE_ENDIAN, &srvc_entry_len);
offset += 1;
-
+
if (srvc_entry_len == 0) {
expert_add_info(pinfo, srvc_entry_len_ti, &ei_srvc_entry_len_too_short);
goto end_entry;
@@ -1879,8 +1879,8 @@ proto_register_lat(void)
BASE_NONE, NULL, 0x0, NULL, HFILL}},
{ &hf_lat_status_retransmit_timer,
- { "Status retransmit timer", "lat.status_retransmit_timer", FT_UINT16,
- BASE_DEC, NULL, 0x0, NULL, HFILL}},
+ { "Status retransmit timer", "lat.status_retransmit_timer", FT_UINT16,
+ BASE_DEC, NULL, 0x0, NULL, HFILL}},
{ &hf_lat_entries_counter,
{ "Entries counter", "lat.entries_counter", FT_UINT8,