aboutsummaryrefslogtreecommitdiff
path: root/math/pow_log_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/pow_log_data.c')
-rw-r--r--math/pow_log_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pow_log_data.c b/math/pow_log_data.c
index 9524579..1b73b7f 100644
--- a/math/pow_log_data.c
+++ b/math/pow_log_data.c
@@ -40,7 +40,7 @@ const struct pow_log_data __pow_log_data = {
},
.tab = {
#if N == 128
-#define A(a,b,c) {a,0,b,c},
+#define A(a, b, c) {a, 0, b, c},
A(0x1.6a00000000000p+0, -0x1.62c82f2b9c800p-2, 0x1.ab42428375680p-48)
A(0x1.6800000000000p+0, -0x1.5d1bdbf580800p-2, -0x1.ca508d8e0f720p-46)
A(0x1.6600000000000p+0, -0x1.5767717455800p-2, -0x1.362a4d5b6506dp-45)