]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from lib/redmine/platform.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 20 Sep 2011 02:47:28 +0000 (02:47 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 20 Sep 2011 02:47:28 +0000 (02:47 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7416 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/platform.rb

index 961bca33c2695bd5f06aeb20fc2a3adc456825a7..6f8d73792a1c099f65f84f86b6238cea6d5eb00f 100644 (file)
@@ -19,7 +19,7 @@ module Redmine
   module Platform
     class << self
       def mswin?
-        (RUBY_PLATFORM =~ /(:?mswin|mingw)/) || 
+        (RUBY_PLATFORM =~ /(:?mswin|mingw)/) ||
            (RUBY_PLATFORM == 'java' && (ENV['OS'] || ENV['os']) =~ /windows/i)
       end
     end