diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-28 15:19:53 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-28 15:19:53 +0000 |
commit | f019cd5b79a06739135b52c2bea76bafd9fa5437 (patch) | |
tree | 79b5bcb0864128d4a02c33745adeebb0ed937c9a /math.c | |
parent | 7006082a68e2f06e07bb6b799e65fd318e3f082f (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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); } |