aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-11 20:08:14 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-12 04:08:48 +0000
commit9468763ba9cc08a9cb28e82c7f94a3527806203e (patch)
tree5fd5c949c35b1e05daf03dc4c8543ec80c18e487
parent410f9f8c09d7242f0a025c0c2354e26bc86c4007 (diff)
Fix indentation.
Change-Id: I7bce164bcaa6a5b38fe2614d5340396cff37ba70 Reviewed-on: https://code.wireshark.org/review/13199 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/dissectors/packet-pw-eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pw-eth.c b/epan/dissectors/packet-pw-eth.c
index 27a26bcda0..247edcc1b9 100644
--- a/epan/dissectors/packet-pw-eth.c
+++ b/epan/dissectors/packet-pw-eth.c
@@ -141,7 +141,7 @@ dissect_pw_eth_heuristic(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, vo
call_dissector(pw_eth_handle_cw, tvb, pinfo, tree);
else
call_dissector(pw_eth_handle_nocw, tvb, pinfo, tree);
- return tvb_captured_length(tvb);
+ return tvb_captured_length(tvb);
}
void