aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-26 07:44:28 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-26 07:44:28 +0000
commit3980d56370578f6108e9475e30d9f9ed0052c44d (patch)
tree8cee640e4caf49b9c4a66d1314954f9c9c09e984
parentd4d080e1a10b8be0918dc763b1ae23df04b56457 (diff)
Fix indentation.
svn path=/trunk/; revision=42253
-rw-r--r--epan/dissectors/packet-ixveriwave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ixveriwave.c b/epan/dissectors/packet-ixveriwave.c
index 3f91113ea4..0cef8949a3 100644
--- a/epan/dissectors/packet-ixveriwave.c
+++ b/epan/dissectors/packet-ixveriwave.c
@@ -311,7 +311,7 @@ dissect_ixveriwave(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
offset += align_offset;
length_remaining -= align_offset;
- if (length_remaining >= 2) {
+ if (length_remaining >= 2) {
vw_msdu_length = tvb_get_letohs(tvb, offset);
if (tree) {