aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-carp.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-06-14 15:08:10 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-06-14 15:08:10 +0000
commitb19c7d5537ac933d71914d3406d0413b0abb601b (patch)
treec8c04d79b3c786779796735c0476c16e30080797 /epan/dissectors/packet-carp.c
parent101af7fa2dc2268921f8531271f7769901cdfb3f (diff)
make line endings consistent
add svn properties svn path=/trunk/; revision=49933
Diffstat (limited to 'epan/dissectors/packet-carp.c')
-rw-r--r--epan/dissectors/packet-carp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-carp.c b/epan/dissectors/packet-carp.c
index 68bbc36514..f7f1fef57a 100644
--- a/epan/dissectors/packet-carp.c
+++ b/epan/dissectors/packet-carp.c
@@ -169,12 +169,12 @@ dissect_carp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_
/* heuristic dissector */
static gboolean
dissect_carp_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
-{
+{
if (!test_carp_packet(tvb, pinfo, tree, data))
return FALSE;
dissect_carp(tvb, pinfo, tree, data);
- return TRUE;
+ return TRUE;
}
void proto_register_carp(void)