aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-08 20:05:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-08 20:28:09 +0800
commit58ef54715147561c2b8d458dd75c44223c46ac10 (patch)
tree56fff6b4e7f64b2a62641e065e465bbac4f6bfcc /em-format
parent0ccccead12fae581ea9be349154928c1215896d5 (diff)
downloadgsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar
gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.gz
gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.bz2
gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.lz
gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.xz
gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.zst
gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'em-format')
-rw-r--r--em-format/e-mail-formatter-print.c2
-rw-r--r--em-format/e-mail-formatter-text-html.c6
-rw-r--r--em-format/e-mail-formatter.c8
3 files changed, 8 insertions, 8 deletions
diff --git a/em-format/e-mail-formatter-print.c b/em-format/e-mail-formatter-print.c
index 4d6487d526..b79af5ea1f 100644
--- a/em-format/e-mail-formatter-print.c
+++ b/em-format/e-mail-formatter-print.c
@@ -176,7 +176,7 @@ mail_formatter_print_run (EMailFormatter *formatter,
static void
mail_formatter_update_style (EMailFormatter *formatter,
- GtkStateFlags state)
+ GtkStateFlags state)
{
EMailFormatterClass *formatter_class;
diff --git a/em-format/e-mail-formatter-text-html.c b/em-format/e-mail-formatter-text-html.c
index bef29a3acc..f730f1217b 100644
--- a/em-format/e-mail-formatter-text-html.c
+++ b/em-format/e-mail-formatter-text-html.c
@@ -319,9 +319,9 @@ emfe_text_html_format (EMailFormatterExtension *extension,
NULL);
/* HTML messages expect white background and black color for text.
- If Evolution uses a dark theme, then the dark background with
- a black text is hard to read, thus force white background color.
- The HTML content can still overwrite both colors.
+ * If Evolution uses a dark theme, then the dark background with
+ * a black text is hard to read, thus force white background color.
+ * The HTML content can still overwrite both colors.
*/
str = g_strdup_printf (
"<div class=\"part-container-nostyle\">"
diff --git a/em-format/e-mail-formatter.c b/em-format/e-mail-formatter.c
index 95eacaaed7..b28bce4942 100644
--- a/em-format/e-mail-formatter.c
+++ b/em-format/e-mail-formatter.c
@@ -467,7 +467,7 @@ mail_formatter_run (EMailFormatter *formatter,
static void
mail_formatter_update_style (EMailFormatter *formatter,
- GtkStateFlags state)
+ GtkStateFlags state)
{
GtkStyleContext *style_context;
GtkWidgetPath *widget_path;
@@ -1164,7 +1164,7 @@ e_mail_formatter_set_color (EMailFormatter *formatter,
void
e_mail_formatter_update_style (EMailFormatter *formatter,
- GtkStateFlags state)
+ GtkStateFlags state)
{
EMailFormatterClass *formatter_class;
@@ -1546,8 +1546,8 @@ e_mail_formatter_add_header_struct (EMailFormatter *formatter,
void
e_mail_formatter_remove_header (EMailFormatter *formatter,
- const gchar *name,
- const gchar *value)
+ const gchar *name,
+ const gchar *value)
{
GList *iter = NULL;