Skip to content

Commit

Permalink
inserted a newline.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
tadf committed Oct 28, 2008
1 parent 7006082 commit f019cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion math.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit f019cd5

Please sign in to comment.