aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-datetime-format.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-21 11:18:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-21 11:18:38 +0800
commit41dbadc4a8a4be290f8f74d708ef8d970a56d63c (patch)
tree2d832fa200e31ace61ec0968b427f3321aba91a3 /e-util/e-datetime-format.c
parent0b0fb7a3a5ea531c5f17aa7e2de3bb421311a8ba (diff)
downloadgsoc2013-evolution-41dbadc4a8a4be290f8f74d708ef8d970a56d63c.tar
gsoc2013-evolution-41dbadc4a8a4be290f8f74d708ef8d970a56d63c.tar.gz
gsoc2013-evolution-41dbadc4a8a4be290f8f74d708ef8d970a56d63c.tar.bz2
gsoc2013-evolution-41dbadc4a8a4be290f8f74d708ef8d970a56d63c.tar.lz
gsoc2013-evolution-41dbadc4a8a4be290f8f74d708ef8d970a56d63c.tar.xz
gsoc2013-evolution-41dbadc4a8a4be290f8f74d708ef8d970a56d63c.tar.zst
gsoc2013-evolution-41dbadc4a8a4be290f8f74d708ef8d970a56d63c.zip
Whitespace cleanup.
Diffstat (limited to 'e-util/e-datetime-format.c')
-rw-r--r--e-util/e-datetime-format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-datetime-format.c b/e-util/e-datetime-format.c
index 2e632317fa..ec3e4fb8fe 100644
--- a/e-util/e-datetime-format.c
+++ b/e-util/e-datetime-format.c
@@ -179,7 +179,7 @@ format_relative_date (time_t tvalue, time_t ttoday, const struct tm *value, cons
g_date_set_time_t (&now, ttoday);
g_date_set_time_t (&val, tvalue);
-
+
diff = g_date_get_julian (&now) - g_date_get_julian (&val);
/* if it's more than a week, use the default date format */
if (ABS (diff) > 7)