diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-21 11:18:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-21 11:18:38 +0800 |
commit | 41dbadc4a8a4be290f8f74d708ef8d970a56d63c (patch) | |
tree | 2d832fa200e31ace61ec0968b427f3321aba91a3 /e-util | |
parent | 0b0fb7a3a5ea531c5f17aa7e2de3bb421311a8ba (diff) | |
download | gsoc2013-evolution-41dbadc4a8a4be290f8f74d708ef8d970a56d63c.tar.gz gsoc2013-evolution-41dbadc4a8a4be290f8f74d708ef8d970a56d63c.tar.zst gsoc2013-evolution-41dbadc4a8a4be290f8f74d708ef8d970a56d63c.zip |
Whitespace cleanup.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-datetime-format.c | 2 |
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) |