aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atm.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-05-26 11:39:52 +0200
committerAnders Broman <a.broman58@gmail.com>2015-05-26 11:09:47 +0000
commit4d15e497932cff77b20b272c573ace5489c69ccf (patch)
tree87ea4518f0d9e3cb50f79a57bfbb8cfa7eb11cf9 /epan/dissectors/packet-atm.c
parentdd22928472c1a68e0eca47c7e0f49da58c7df423 (diff)
ATM: fix indent (use spaces)
Change-Id: I6d8bae2124a5472448e2f2629340a20f5a899076 Reviewed-on: https://code.wireshark.org/review/8651 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-atm.c')
-rw-r--r--epan/dissectors/packet-atm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-atm.c b/epan/dissectors/packet-atm.c
index 1f33768e9c..5763a0aa99 100644
--- a/epan/dissectors/packet-atm.c
+++ b/epan/dissectors/packet-atm.c
@@ -1954,7 +1954,7 @@ proto_register_atm(void)
static build_valid_func atm_da_build_value[1] = {atm_value};
static decode_as_value_t atm_da_values = {atm_prompt, 1, atm_da_build_value};
static decode_as_t atm_da = {"atm", "Network", "atm.aal2.type", 1, 0, &atm_da_values, NULL, NULL,
- decode_as_default_populate_list, decode_as_default_reset, decode_as_default_change, NULL};
+ decode_as_default_populate_list, decode_as_default_reset, decode_as_default_change, NULL};
proto_atm = proto_register_protocol("Asynchronous Transfer Mode", "ATM", "atm");
proto_aal1 = proto_register_protocol("ATM AAL1", "AAL1", "aal1");