aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/plugins.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-02-25 15:42:35 -0500
committerBill Meier <wmeier@newsguy.com>2014-02-25 20:46:49 +0000
commit11b5c15fdb815a2af400bfddef944dbac41a434a (patch)
treee7217ebcff4d4d9f7f95d0342b6776547e5537c3 /wsutil/plugins.c
parentc55c57ad72acda8cbce2841bc237f966bad5ae5b (diff)
Remove trailing whitespace
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'wsutil/plugins.c')
-rw-r--r--wsutil/plugins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsutil/plugins.c b/wsutil/plugins.c
index ebd337ca43..269913bab2 100644
--- a/wsutil/plugins.c
+++ b/wsutil/plugins.c
@@ -95,7 +95,7 @@ add_plugin_type(const char *type, plugin_callback callback)
report_failure("At most 32 plugin types can be supported, so the plugin type '%s' won't be supported.",
type);
return;
- }
+ }
new_type = (plugin_type *)g_malloc(sizeof (plugin_type));
new_type->type = type;
new_type->callback = callback;
@@ -368,7 +368,7 @@ plugins_get_descriptions(plugin_description_callback callback, void *user_data)
info.pt_plug = info.pt_plug->next)
{
info.sep = "";
- info.types = g_string_new("");
+ info.types = g_string_new("");
/*
* Build a list of all the plugin types.