aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atn-cpdlc.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-09-17 18:55:18 +0000
committerJörg Mayer <jmayer@loplof.de>2013-09-17 18:55:18 +0000
commitac6214533e5390c5241178b30df220d62936e79a (patch)
tree43148b55aa3247e1f0c65707a1c41bca64f933d3 /epan/dissectors/packet-atn-cpdlc.c
parent73162842932eb2c124e4e5de5cc7184201a4f0f3 (diff)
Regenerate all files where the .cnf files had whitespace changes.
svn path=/trunk/; revision=52125
Diffstat (limited to 'epan/dissectors/packet-atn-cpdlc.c')
-rw-r--r--epan/dissectors/packet-atn-cpdlc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-atn-cpdlc.c b/epan/dissectors/packet-atn-cpdlc.c
index f17f9bfbd1..ec9bcc3974 100644
--- a/epan/dissectors/packet-atn-cpdlc.c
+++ b/epan/dissectors/packet-atn-cpdlc.c
@@ -5130,8 +5130,8 @@ dissect_atn_cpdlc_CPDLCMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *ac
case dm:
dissect_atn_cpdlc_ATCDownlinkMessage(tvb_new_subset_remaining(tvb_usr, 0), 0, actx, tree, hf_index);
break;
- case um:
- dissect_atn_cpdlc_ATCUplinkMessage(tvb_new_subset_remaining(tvb_usr, 0), 0, actx , tree, hf_index);
+ case um:
+ dissect_atn_cpdlc_ATCUplinkMessage(tvb_new_subset_remaining(tvb_usr, 0), 0, actx , tree, hf_index);
break;
default:
break;