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 /em-format/e-mail-parser-text-html.c | |
parent | 728c641c164f23acf43b306d37484888d2318958 (diff) | |
download | gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.gz gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.zst gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'em-format/e-mail-parser-text-html.c')
-rw-r--r-- | em-format/e-mail-parser-text-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/e-mail-parser-text-html.c b/em-format/e-mail-parser-text-html.c index bf3cf0e1b7..b824931e09 100644 --- a/em-format/e-mail-parser-text-html.c +++ b/em-format/e-mail-parser-text-html.c @@ -114,7 +114,7 @@ empe_text_html_mime_types (EMailExtension *extension) } static void -e_mail_parser_text_html_class_init (EMailParserTextHTMLClass *klass) +e_mail_parser_text_html_class_init (EMailParserTextHTMLClass *class) { } |