From 2ac134b3c5bbc4020fd64b878db984f526b432cb Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sun, 13 Oct 2013 19:56:52 +0000 Subject: whitespace fixes; mostly: remove trailing blanks svn path=/trunk/; revision=52591 --- epan/dissectors/packet-i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-i2c.c') diff --git a/epan/dissectors/packet-i2c.c b/epan/dissectors/packet-i2c.c index b3339a60f9..94ed0e1825 100644 --- a/epan/dissectors/packet-i2c.c +++ b/epan/dissectors/packet-i2c.c @@ -227,7 +227,7 @@ dissect_i2c(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) ti = proto_tree_add_protocol_format(tree, proto_i2c, tvb, 0, -1, "Inter-Integrated Circuit (%s)", is_event ? "Event" : "Data"); - + i2c_tree = proto_item_add_subtree(ti, ett_i2c); proto_tree_add_uint_format(i2c_tree, hf_i2c_bus, tvb, 0, 0, bus, "Bus: I2C-%d", bus); -- cgit v1.2.3