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
+3 -3
View File
@@ -16,9 +16,9 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
class RolesController < ApplicationController
layout 'base'
before_filter :require_admin
layout 'base'
before_filter :require_admin
def index
list
render :action => 'list' unless request.xhr?