summaryrefslogtreecommitdiffstats
path: root/lib/redmine/platform.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-20 02:47:28 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-20 02:47:28 +0000
commitc1548381ba5f07fdaab6e60604634441cde9da4a (patch)
tree2b3ab2a9860dc9f96bdda835ffba42aeb7669cea /lib/redmine/platform.rb
parent1efbd3ddbfaa9e4172e1a79f2d45417273f4a2ae (diff)
downloadredmine-c1548381ba5f07fdaab6e60604634441cde9da4a.tar.gz
redmine-c1548381ba5f07fdaab6e60604634441cde9da4a.zip
remove trailing white-spaces from lib/redmine/platform.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7416 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/platform.rb')
-rw-r--r--lib/redmine/platform.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/platform.rb b/lib/redmine/platform.rb
index 961bca33c..6f8d73792 100644
--- a/lib/redmine/platform.rb
+++ b/lib/redmine/platform.rb
@@ -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