summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'math.c')
-rw-r--r--math.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/math.c b/math.c
index d0a8af8700..2be2a6c51a 100644
--- a/math.c
+++ b/math.c
@@ -674,7 +674,8 @@ exp1(cosh)
exp1(exp)
exp2(hypot)
-VALUE rb_math_log(int argc, VALUE *argv)
+VALUE
+rb_math_log(int argc, VALUE *argv)
{
return math_log(argc, argv);
}