]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/models/issue.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 17 Feb 2013 10:17:10 +0000 (10:17 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 17 Feb 2013 10:17:10 +0000 (10:17 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11422 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/issue.rb

index e01dcc95a264617d7fd3806097d6985b9728ef1a..43c298b778ce278ede73ba400825912b8a333eed 100644 (file)
@@ -1022,8 +1022,8 @@ class Issue < ActiveRecord::Base
     end
   end
 
-       # Returns true if issue's project is a valid
-       # parent issue project
+  # Returns true if issue's project is a valid
+  # parent issue project
   def valid_parent_project?(issue=parent)
     return true if issue.nil? || issue.project_id == project_id