remove whitespaces at the end of line.

This commit is contained in:
Tomoyuki Sahara
2017-09-12 11:43:21 +09:00
parent 15f4bdb529
commit a809d42f5a
4 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.authors = 'Internet Initiative Japan'
spec.cc.include_paths << "#{build.root}/src"
# If Windows, use winsock
if ( /mswin|mingw|win32/ =~ RUBY_PLATFORM ) then
spec.linker.libraries << "wsock32"