diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-07-01 12:07:26 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:48 +0800 |
commit | ae9db3ed236b0c734fd12c8dc8c99764626bf0b8 (patch) | |
tree | bd45389467f43a96c36172d8a925dd5df041cf5b /em-format | |
parent | db969c7f664d0a1d901bedd794b0c7e0762ede33 (diff) | |
download | gsoc2013-evolution-ae9db3ed236b0c734fd12c8dc8c99764626bf0b8.tar gsoc2013-evolution-ae9db3ed236b0c734fd12c8dc8c99764626bf0b8.tar.gz gsoc2013-evolution-ae9db3ed236b0c734fd12c8dc8c99764626bf0b8.tar.bz2 gsoc2013-evolution-ae9db3ed236b0c734fd12c8dc8c99764626bf0b8.tar.lz gsoc2013-evolution-ae9db3ed236b0c734fd12c8dc8c99764626bf0b8.tar.xz gsoc2013-evolution-ae9db3ed236b0c734fd12c8dc8c99764626bf0b8.tar.zst gsoc2013-evolution-ae9db3ed236b0c734fd12c8dc8c99764626bf0b8.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'em-format')
-rw-r--r-- | em-format/em-format.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/em-format/em-format.c b/em-format/em-format.c index 1c2624f1f6..f1aea4b00d 100644 --- a/em-format/em-format.c +++ b/em-format/em-format.c @@ -1656,7 +1656,9 @@ emf_multipart_mixed (EMFormat *emf, } } -static gboolean related_display_part_is_attachment (EMFormat *emf, CamelMimePart *part); +static gboolean related_display_part_is_attachment + (EMFormat *emf, + CamelMimePart *part); /* RFC 1740 */ static void |