summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-28 15:19:53 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-28 15:19:53 +0000
commitf019cd5b79a06739135b52c2bea76bafd9fa5437 (patch)
tree79b5bcb0864128d4a02c33745adeebb0ed937c9a /math.c
parent7006082a68e2f06e07bb6b799e65fd318e3f082f (diff)
inserted a newline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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);
}