diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-08-16 23:25:56 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:09:00 +0800 |
commit | 777c1cbd40eb63365f2c28e38f6a93beb2d1c9d1 (patch) | |
tree | dfab9ca8f30c7b1539f86dfe19b8bf761d6a899c /modules/plugin-manager | |
parent | 83675abbc2b3a3bc6421094a56651d021fc0cdcd (diff) | |
download | gsoc2013-evolution-777c1cbd40eb63365f2c28e38f6a93beb2d1c9d1.tar.gz gsoc2013-evolution-777c1cbd40eb63365f2c28e38f6a93beb2d1c9d1.tar.zst gsoc2013-evolution-777c1cbd40eb63365f2c28e38f6a93beb2d1c9d1.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; |