summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_lvlhsh.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nxt_lvlhsh.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/nxt_lvlhsh.h b/src/nxt_lvlhsh.h
index 7127c0d0..c051081c 100644
--- a/src/nxt_lvlhsh.h
+++ b/src/nxt_lvlhsh.h
@@ -114,13 +114,11 @@ typedef struct {
} nxt_lvlhsh_each_t;
-#define \
-nxt_lvlhsh_is_empty(lh) \
+#define nxt_lvlhsh_is_empty(lh) \
((lh)->slot == NULL)
-#define \
-nxt_lvlhsh_init(lh) \
+#define nxt_lvlhsh_init(lh) \
(lh)->slot = NULL
/*