]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-time.c
cli: run uncrustify
[notmuch] / notmuch-time.c
index cc7ffc239fb003249e5b8d62301870c1c2051305..cd45818b076a8141731d8cef4eb7e1bc9b44a675 100644 (file)
@@ -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)