diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-24 19:43:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-25 08:31:43 +0800 |
commit | cc8bf823ec514f6ba1f59fa8d8103936fa48d070 (patch) | |
tree | 28123abc136d37a3574e1060d76188e031b5dd12 /plugins/email-custom-header | |
parent | 728c641c164f23acf43b306d37484888d2318958 (diff) | |
download | gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.gz gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.bz2 gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.lz gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.xz gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.zst gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'plugins/email-custom-header')
-rw-r--r-- | plugins/email-custom-header/email-custom-header.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/email-custom-header/email-custom-header.c b/plugins/email-custom-header/email-custom-header.c index a88bad4815..c683eb922c 100644 --- a/plugins/email-custom-header/email-custom-header.c +++ b/plugins/email-custom-header/email-custom-header.c @@ -233,8 +233,8 @@ epech_dialog_run (CustomHeaderOptionsDialog *mch, static void epech_load_from_settings (GSettings *settings, - const gchar *key, - CustomHeaderOptionsDialog *mch) + const gchar *key, + CustomHeaderOptionsDialog *mch) { CustomHeaderOptionsDialogPrivate *priv; EmailCustomHeaderDetails temp_header_details= {-1, -1, NULL, NULL}; |