summaryrefslogtreecommitdiff
path: root/vm_eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-06 22:50:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-06 22:50:30 +0000
commit7f00f853d4b1c09c4b37eeb6c12e8386c622fa3f (patch)
tree6d9dd7fb1f01508e9fba29b703b6770fb60f3275 /vm_eval.c
parent6678422feea0bc7e3c8e3097c47ac6ef396557db (diff)
adjust style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_eval.c')
-rw-r--r--vm_eval.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm_eval.c b/vm_eval.c
index 8536282ebf..775539a97d 100644
--- a/vm_eval.c
+++ b/vm_eval.c
@@ -921,7 +921,8 @@ loop_i(void)
}
static VALUE
-rb_f_loop_size(VALUE self, VALUE args) {
+rb_f_loop_size(VALUE self, VALUE args)
+{
return DBL2NUM(INFINITY);
}