From 41dbadc4a8a4be290f8f74d708ef8d970a56d63c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 20 Sep 2009 23:18:38 -0400 Subject: Whitespace cleanup. --- e-util/e-datetime-format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util') 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) -- cgit