diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-08-16 23:25:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-09-04 19:34:32 +0800 |
commit | fcbbdfbd18e15b4ee8322a0217cf03a689a5e033 (patch) | |
tree | e16cd2a2279558c6a2bfb6ca39fcbaac4c85ba59 /modules/plugin-manager | |
parent | f78417c48861759d7b0c4535ecd3febe4638a7d3 (diff) | |
download | gsoc2013-evolution-fcbbdfbd18e15b4ee8322a0217cf03a689a5e033.tar.gz gsoc2013-evolution-fcbbdfbd18e15b4ee8322a0217cf03a689a5e033.tar.zst gsoc2013-evolution-fcbbdfbd18e15b4ee8322a0217cf03a689a5e033.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'modules/plugin-manager')
-rw-r--r-- | modules/plugin-manager/evolution-plugin-manager.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/plugin-manager/evolution-plugin-manager.c b/modules/plugin-manager/evolution-plugin-manager.c index 582f1736c6..29dba6c160 100644 --- a/modules/plugin-manager/evolution-plugin-manager.c +++ b/modules/plugin-manager/evolution-plugin-manager.c @@ -96,7 +96,8 @@ GType e_plugin_manager_get_type (void); G_DEFINE_DYNAMIC_TYPE (EPluginManager, e_plugin_manager, E_TYPE_EXTENSION) static void -eppm_set_label (GtkLabel *l, const gchar *v) +eppm_set_label (GtkLabel *l, + const gchar *v) { gtk_label_set_label(l, v?v:_("Unknown")); } @@ -171,7 +172,8 @@ eppm_show_plugin (Manager *m, } static void -eppm_selection_changed (GtkTreeSelection *selection, Manager *m) +eppm_selection_changed (GtkTreeSelection *selection, + Manager *m) { GtkTreeModel *model; GtkTreeIter iter; |