aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/em-mailer-prefs.c
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 /modules/mail/em-mailer-prefs.c
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 'modules/mail/em-mailer-prefs.c')
-rw-r--r--modules/mail/em-mailer-prefs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/mail/em-mailer-prefs.c b/modules/mail/em-mailer-prefs.c
index 3eedb6a816..a5f6e25678 100644
--- a/modules/mail/em-mailer-prefs.c
+++ b/modules/mail/em-mailer-prefs.c
@@ -147,8 +147,8 @@ mailer_prefs_map_seconds_to_milliseconds (const GValue *value,
static gboolean
mailer_prefs_map_string_to_rgba (GValue *value,
- GVariant *variant,
- gpointer user_data)
+ GVariant *variant,
+ gpointer user_data)
{
GdkRGBA rgba;
const gchar *string;
@@ -165,8 +165,8 @@ mailer_prefs_map_string_to_rgba (GValue *value,
static GVariant *
mailer_prefs_map_rgba_to_string (const GValue *value,
- const GVariantType *expected_type,
- gpointer user_data)
+ const GVariantType *expected_type,
+ gpointer user_data)
{
GVariant *variant;
const GdkRGBA *rgba;