math: fix mpfr code for ld80 long double functions
[libc-test] / src / math / exp.c
index 555a56a..4d5202d 100644 (file)
@@ -3,10 +3,10 @@
 #include "util.h"
 
 static struct d_d t[] = {
-
 #include "crlibm/exp.h"
 #include "ucb/exp.h"
 #include "sanity/exp.h"
+
 };
 
 int main(void)