indentation corrections

git-svn-id: http://redmine.rubyforge.org/svn/trunk@201 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-01-28 00:00:21 +00:00
parent 90c7cf9763
commit 99c560295f
7 changed files with 30 additions and 34 deletions

View File

@ -64,6 +64,4 @@ class IssueStatusesController < ApplicationController
flash[:notice] = "Unable to delete issue status" flash[:notice] = "Unable to delete issue status"
redirect_to :action => 'list' redirect_to :action => 'list'
end end
end end

View File

@ -39,5 +39,4 @@ private
rescue ActiveRecord::RecordNotFound rescue ActiveRecord::RecordNotFound
render_404 render_404
end end
end end

View File

@ -57,5 +57,4 @@ class TrackersController < ApplicationController
end end
redirect_to :action => 'list' redirect_to :action => 'list'
end end
end end