diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-07-01 12:07:26 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-08-13 23:27:51 +0800 |
commit | f59681796df8fe0138a1754abbe8ec781bc1535e (patch) | |
tree | 0ced0c119ffed095713d7f64732686df9b2d9152 /em-format | |
parent | bf4a1a13e3295deefc4031a446627ff9b1c95c7a (diff) | |
download | gsoc2013-evolution-f59681796df8fe0138a1754abbe8ec781bc1535e.tar.gz gsoc2013-evolution-f59681796df8fe0138a1754abbe8ec781bc1535e.tar.zst gsoc2013-evolution-f59681796df8fe0138a1754abbe8ec781bc1535e.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 |