From 33bbdaa50b4911adcc937ff674466ea43ac8f45d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 23 Feb 2013 22:24:05 -0500 Subject: Coding style and whitespace cleanup. --- modules/mail/e-mail-attachment-handler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mail') diff --git a/modules/mail/e-mail-attachment-handler.c b/modules/mail/e-mail-attachment-handler.c index 4b9f5e1959..98680f8299 100644 --- a/modules/mail/e-mail-attachment-handler.c +++ b/modules/mail/e-mail-attachment-handler.c @@ -90,8 +90,8 @@ mail_attachment_handler_get_selected_message (EAttachmentHandler *handler) CamelStream *mem; /* Create a message copy in case the inner content-type doesn't match - the mime_part's content type, which can happen for multipart/digest, - where it confuses the formatter on reply, which skips all rfc822 subparts. + * the mime_part's content type, which can happen for multipart/digest, + * where it confuses the formatter on reply, which skips all rfc822 subparts. */ mem = camel_stream_mem_new (); camel_data_wrapper_write_to_stream_sync (CAMEL_DATA_WRAPPER (wrapper), mem, NULL, NULL); -- cgit v1.2.3