summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nxt_sprintf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nxt_sprintf.c b/src/nxt_sprintf.c
index 9557b327..50705ede 100644
--- a/src/nxt_sprintf.c
+++ b/src/nxt_sprintf.c
@@ -90,8 +90,7 @@ static u_char *nxt_number(nxt_sprintf_t *spf, u_char *buf, double n);
/* A right way of "f == 0.0". */
-#define \
-nxt_double_is_zero(f) \
+#define nxt_double_is_zero(f) \
(fabs(f) <= FLT_EPSILON)