From 66fd9d44d87240164588b42c887b6e3d6ee99308 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 1 Dec 2012 15:25:28 +0000 Subject: adjust style. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hash.c') diff --git a/hash.c b/hash.c index a9047be968..68955b241c 100644 --- a/hash.c +++ b/hash.c @@ -219,7 +219,7 @@ hash_alloc(VALUE klass) static VALUE empty_hash_alloc(VALUE klass) { - if(RUBY_DTRACE_HASH_CREATE_ENABLED()) { + if (RUBY_DTRACE_HASH_CREATE_ENABLED()) { RUBY_DTRACE_HASH_CREATE(0, rb_sourcefile(), rb_sourceline()); } -- cgit v1.2.3