summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/object.c b/object.c
index b04752bcd4..f57a3cebda 100644
--- a/object.c
+++ b/object.c
@@ -526,7 +526,8 @@ mod_cmp(mod, arg)
return INT2FIX(1);
}
-VALUE module_s_new()
+VALUE
+module_s_new()
{
VALUE mod = module_new();