From 8ef5da3be1577bb5ae7f55b60cf9fedb10ecb85e Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 16 Oct 2003 17:47:19 +0000 Subject: consistent parentheses in assignment RHS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/gdbm/testgdbm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/gdbm') diff --git a/ext/gdbm/testgdbm.rb b/ext/gdbm/testgdbm.rb index 529b0010a2..a435498640 100644 --- a/ext/gdbm/testgdbm.rb +++ b/ext/gdbm/testgdbm.rb @@ -14,7 +14,7 @@ def uname_s case Config::CONFIG['host_os'] when 'cygwin' require 'Win32API' - uname = Win32API.new 'cygwin1', 'uname', 'P', 'I' + uname = Win32API.new('cygwin1', 'uname', 'P', 'I') utsname = ' ' * 100 raise 'cannot get system name' if uname.call(utsname) == -1 -- cgit v1.2.3