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