aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-08-25 19:36:28 +0200
committerAnders Broman <a.broman58@gmail.com>2015-08-26 06:58:50 +0000
commitbd218897c48196a70d30b29761a6887f1dd8a1bb (patch)
treec0b243d8d00f9cc302762b758494df5a64271d4c /asn1
parent6b41d2c20285f6010e10be83055bbfbf5f8439a5 (diff)
Camel: fix indent (use 2 spaces)
Change-Id: I0e8047fca7f24e60e4db8ad77254bcff5f8d6651 Reviewed-on: https://code.wireshark.org/review/10257 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1')
-rw-r--r--asn1/camel/packet-camel-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index bbb129de6f..c9c8b79e69 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -1161,7 +1161,7 @@ dissect_camel_v2(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, voi
if(parent_tree){
item = proto_tree_add_item(parent_tree, proto_camel, tvb, 0, -1, ENC_NA);
tree = proto_item_add_subtree(item, ett_camel);
- proto_item_append_text(item, "-V2");
+ proto_item_append_text(item, "-V2");
}
/* camelsrt reset counter, and initialise global pointer
to store service response time related data */