X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-time.c;h=cd45818b076a8141731d8cef4eb7e1bc9b44a675;hp=cc7ffc239fb003249e5b8d62301870c1c2051305;hb=8c0bebedc5edbff5ddc46b66da1177ec18f48c69;hpb=60ddce8a161772583e8d223498997ee866d04ede diff --git a/notmuch-time.c b/notmuch-time.c index cc7ffc23..cd45818b 100644 --- a/notmuch-time.c +++ b/notmuch-time.c @@ -39,8 +39,8 @@ * */ #define MINUTE (60) -#define HOUR (60 *MINUTE) -#define DAY (24 *HOUR) +#define HOUR (60 * MINUTE) +#define DAY (24 * HOUR) #define RELATIVE_DATE_MAX 20 const char * notmuch_time_relative_date (const void *ctx, time_t then)