summaryrefslogtreecommitdiffstats
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
commit4476f0bab055a84b498de82e11372873e936562e (patch)
tree79b5bcb0864128d4a02c33745adeebb0ed937c9a
parentf36b9949e66f0300eb64b8b1a0d85b23f759cfe7 (diff)
downloadruby-4476f0bab055a84b498de82e11372873e936562e.tar.gz
ruby-4476f0bab055a84b498de82e11372873e936562e.tar.xz
ruby-4476f0bab055a84b498de82e11372873e936562e.zip
inserted a newline.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--math.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/math.c b/math.c
index d0a8af870..2be2a6c51 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);
}