ruby-changes:8474
From: tadf <ko1@a...>
Date: Wed, 29 Oct 2008 00:20:00 +0900 (JST)
Subject: [ruby-changes:8474] Ruby:r20007 (trunk): inserted a newline.
tadf 2008-10-29 00:19:53 +0900 (Wed, 29 Oct 2008) New Revision: 20007 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20007 Log: inserted a newline. Modified files: trunk/math.c Index: math.c =================================================================== --- math.c (revision 20006) +++ math.c (revision 20007) @@ -674,7 +674,8 @@ 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); } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/