summaryrefslogtreecommitdiff
path: root/epan/proto.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-03-20 00:05:39 +0000
committerGuy Harris <guy@alum.mit.edu>2011-03-20 00:05:39 +0000
commit5c3d724bca750d65a0882392aba1f59946b414f8 (patch)
tree2c9df6779cf4c9ebc969c0da90a3813c59df62cf /epan/proto.c
parent27954b8c9d18676ab7aac8123a4aa6d10ae864d8 (diff)
downloadwireshark-5c3d724bca750d65a0882392aba1f59946b414f8.tar.gz
Clean up indentation.
svn path=/trunk/; revision=36213
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 46ded94858..0ebc475e08 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -387,15 +387,15 @@ proto_init(void (register_all_protocols_func)(register_cb cb, gpointer client_da
do. */
register_all_protocols_func(cb, client_data);
#ifdef HAVE_PYTHON
- /* Now scan for python protocols */
- register_all_py_protocols_func(cb, client_data);
+ /* Now scan for python protocols */
+ register_all_py_protocols_func(cb, client_data);
#endif
#ifdef HAVE_PLUGINS
/* Now scan for plugins and load all the ones we find, calling
their register routines to do the stuff described above. */
if(cb)
- (*cb)(RA_PLUGIN_REGISTER, NULL, client_data);
+ (*cb)(RA_PLUGIN_REGISTER, NULL, client_data);
init_plugins();
register_all_plugin_registrations();
#endif
@@ -407,14 +407,14 @@ proto_init(void (register_all_protocols_func)(register_cb cb, gpointer client_da
register_all_handoffs_func(cb, client_data);
#ifdef HAVE_PYTHON
- /* Now do the same with python dissectors */
- register_all_py_handoffs_func(cb, client_data);
+ /* Now do the same with python dissectors */
+ register_all_py_handoffs_func(cb, client_data);
#endif
#ifdef HAVE_PLUGINS
/* Now do the same with plugins. */
if(cb)
- (*cb)(RA_PLUGIN_HANDOFF, NULL, client_data);
+ (*cb)(RA_PLUGIN_HANDOFF, NULL, client_data);
register_all_plugin_handoffs();
#endif
@@ -482,7 +482,7 @@ proto_cleanup(void)
gpa_hfinfo.hfi=NULL;
}
g_free(tree_is_expanded);
- tree_is_expanded = NULL;
+ tree_is_expanded = NULL;
}
static gboolean