summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_cache.c')
-rw-r--r--src/nxt_cache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nxt_cache.c b/src/nxt_cache.c
index 409ba301..e81d63dc 100644
--- a/src/nxt_cache.c
+++ b/src/nxt_cache.c
@@ -8,8 +8,7 @@
/* A cache time resolution is 10ms. */
-#define \
-nxt_cache_time(thr) \
+#define nxt_cache_time(thr) \
(uint64_t) (nxt_thread_time(thr) * 100)