summaryrefslogtreecommitdiff
path: root/epan/epan.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-09-06 09:09:36 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-09-06 09:09:36 +0000
commitad6be9beb88be92298a45ced619db6659ff66dcf (patch)
treeb28defa9db32de636008af9d683a03a0f256b0d0 /epan/epan.c
parentd6daef25bba900e54b36ff5fcfb630b96a2f36e4 (diff)
downloadwireshark-ad6be9beb88be92298a45ced619db6659ff66dcf.tar.gz
Whitespace cleanup.
svn path=/trunk/; revision=38893
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/epan.c b/epan/epan.c
index f055c2dd7f..4aebc057e2 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -160,7 +160,7 @@ epan_circuit_cleanup(void)
}
epan_dissect_t*
-epan_dissect_init(epan_dissect_t *edt, const gboolean create_proto_tree, const gboolean proto_tree_visible)
+epan_dissect_init(epan_dissect_t *edt, const gboolean create_proto_tree, const gboolean proto_tree_visible)
{
g_assert(edt);
@@ -178,7 +178,7 @@ epan_dissect_init(epan_dissect_t *edt, const gboolean create_proto_tree, const g
epan_dissect_t*
epan_dissect_new(const gboolean create_proto_tree, const gboolean proto_tree_visible)
{
- epan_dissect_t *edt;
+ epan_dissect_t *edt;
edt = g_new0(epan_dissect_t, 1);