X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-time.c;h=cd45818b076a8141731d8cef4eb7e1bc9b44a675;hp=cc7ffc239fb003249e5b8d62301870c1c2051305;hb=cc180507b03d9826c92d48ee91dbd9bb5f15cd56;hpb=33382c2b5ba2537952a60ea378feff36961e4713 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)