aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ouch.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-07-18 21:07:11 +0200
committerAnders Broman <a.broman58@gmail.com>2016-07-18 19:27:22 +0000
commit2b2953fff84d7955b708ad1ae4e2b3b5d03d2761 (patch)
tree72e9e7fa3a12e3701c4c05dfc14f2d000d7fa81d /epan/dissectors/packet-ouch.c
parentbeedeb2e711c2687b6ae84bb32ebbfbe18f3138b (diff)
ouch: fix indent (use 4spaces)
Change-Id: Ifdfaa87cc1818768ca939ff93015fbb8d77cddc5 Reviewed-on: https://code.wireshark.org/review/16533 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ouch.c')
-rw-r--r--epan/dissectors/packet-ouch.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ouch.c b/epan/dissectors/packet-ouch.c
index 214ee2670c..5d6e1dc298 100644
--- a/epan/dissectors/packet-ouch.c
+++ b/epan/dissectors/packet-ouch.c
@@ -352,13 +352,13 @@ ouch_tree_add_timestamp(
static void
packet_type_format(
- gchar *buf,
- guint32 value)
+ gchar *buf,
+ guint32 value)
{
g_snprintf(buf, ITEM_LABEL_LENGTH,
"%s (%c)",
- val_to_str_const(value, pkt_type_val, "Unknown"),
- value);
+ val_to_str_const(value, pkt_type_val, "Unknown"),
+ value);
}
/** BASE_CUSTOM formatter for BBO weight indicator code
@@ -728,7 +728,7 @@ dissect_ouch(
proto_item_append_text(ti, ", %s", pkt_name);
/* Packet type (using the cooked value). */
- proto_tree_add_item(ouch_tree, hf_ouch_packet_type,
+ proto_tree_add_item(ouch_tree, hf_ouch_packet_type,
tvb, offset, 1, ENC_NA);
offset += 1;