diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-08 00:22:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-08 06:48:38 +0800 |
commit | 4cfb84c573f21ca7519e24cff1c5742b715355c4 (patch) | |
tree | 92314a7c4ebb1b82f5bbe0e48856e23f06dcfc95 /mail/em-config.c | |
parent | c7b455de89487e606fc620420c1778f5e55afcac (diff) | |
download | gsoc2013-evolution-4cfb84c573f21ca7519e24cff1c5742b715355c4.tar.gz gsoc2013-evolution-4cfb84c573f21ca7519e24cff1c5742b715355c4.tar.zst gsoc2013-evolution-4cfb84c573f21ca7519e24cff1c5742b715355c4.zip |
Whitespace and coding style cleanups.
Diffstat (limited to 'mail/em-config.c')
-rw-r--r-- | mail/em-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-config.c b/mail/em-config.c index e6ed1d5b3b..53728b8e66 100644 --- a/mail/em-config.c +++ b/mail/em-config.c @@ -84,7 +84,7 @@ em_config_set_target (EConfig *ep, config->priv->account_changed_id = g_signal_connect ( s->modified_account, "changed", - G_CALLBACK(emp_account_changed), ep); + G_CALLBACK (emp_account_changed), ep); break; } } } |