summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-10 09:03:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-10 09:03:17 +0000
commit0e7fd84774441a2dadbaa6d58b324685567a67f5 (patch)
tree32f845daa11be8b1ffebdfae66923d76676b28d9 /ext
parentf9aa334b5be35ebf5f6dea4f995b7f2a78d1b192 (diff)
* properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/fiddle/win32/extconf.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/fiddle/win32/extconf.rb b/ext/fiddle/win32/extconf.rb
index c32d43490e..c4efee8149 100644
--- a/ext/fiddle/win32/extconf.rb
+++ b/ext/fiddle/win32/extconf.rb
@@ -1,3 +1,3 @@
-if compiled?('fiddle') and $mswin||$mingw||$cygwin
- create_makefile('win32')
-end
+if compiled?('fiddle') and $mswin||$mingw||$cygwin
+ create_makefile('win32')
+end