From 87768c664fec0d30a87ff8f4d2b13e4c4c3a73db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 11 Dec 2005 22:53:25 +0000 Subject: Start the function name on a new line to make it easier to search svn path=/trunk/; revision=16757 --- epan/dissectors/packet-skinny.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'epan') diff --git a/epan/dissectors/packet-skinny.c b/epan/dissectors/packet-skinny.c index ee7bb6c5ae..20255a34b7 100644 --- a/epan/dissectors/packet-skinny.c +++ b/epan/dissectors/packet-skinny.c @@ -1188,7 +1188,8 @@ static guint get_skinny_pdu_len(tvbuff_t *tvb, int offset) } /* Dissect a single SCCP PDU */ -static void dissect_skinny_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) +static void +dissect_skinny_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { int offset = 0; @@ -2546,7 +2547,8 @@ static void dissect_skinny_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tr } /* Code to actually dissect the packets */ -static void dissect_skinny(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) +static void +dissect_skinny(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { /* The general structure of a packet: {IP-Header|TCP-Header|n*SKINNY} * SKINNY-Packet: {Header(Size, Reserved)|Data(MessageID, Message-Data)} -- cgit v1.2.3