about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/s_fmaf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/fpu/s_fmaf.c')
-rw-r--r--sysdeps/powerpc/fpu/s_fmaf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/powerpc/fpu/s_fmaf.c b/sysdeps/powerpc/fpu/s_fmaf.c
index 38b59e1f2f..893f738b49 100644
--- a/sysdeps/powerpc/fpu/s_fmaf.c
+++ b/sysdeps/powerpc/fpu/s_fmaf.c
@@ -19,7 +19,8 @@
 #include <sysdep.h>
 #include <libm-alias-float.h>
 
-float __fmaf (float x, float y, float z)
+float
+__fmaf (float x, float y, float z)
 {
   return __builtin_fmaf (x, y, z);
 }