aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-quote.c
diff options
context:
space:
mode:
Diffstat (limited to 'em-format/e-mail-formatter-quote.c')
-rw-r--r--em-format/e-mail-formatter-quote.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/em-format/e-mail-formatter-quote.c b/em-format/e-mail-formatter-quote.c
index 71bfbcd6bb..2468a3110b 100644
--- a/em-format/e-mail-formatter-quote.c
+++ b/em-format/e-mail-formatter-quote.c
@@ -93,7 +93,8 @@ mail_formatter_quote_run (EMailFormatter *formatter,
}
if (qf->priv->flags & E_MAIL_FORMATTER_QUOTE_FLAG_CITE) {
- camel_stream_write_string (stream,
+ camel_stream_write_string (
+ stream,
"<!--+GtkHTML:<DATA class=\"ClueFlow\" "
"key=\"orig\" value=\"1\">-->\n"
"<blockquote type=cite>\n", cancellable, NULL);
@@ -215,8 +216,9 @@ e_mail_formatter_quote_get_type (void)
NULL /* value_table */
};
- type = g_type_register_static (E_TYPE_MAIL_FORMATTER,
- "EMailFormatterQuote", &type_info, 0);
+ type = g_type_register_static (
+ E_TYPE_MAIL_FORMATTER,
+ "EMailFormatterQuote", &type_info, 0);
}
return type;