summaryrefslogtreecommitdiffstats
path: root/app/controllers/roles_controller.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-28 00:00:21 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-28 00:00:21 +0000
commit99c560295fca5a51a48dd5d3edff6dc796b3f8fd (patch)
tree38ef926ff7991134983821b1c460e4318e3b3e3f /app/controllers/roles_controller.rb
parent90c7cf9763bd02bc832dc20be757e9e2c6b9b616 (diff)
downloadredmine-99c560295fca5a51a48dd5d3edff6dc796b3f8fd.tar.gz
redmine-99c560295fca5a51a48dd5d3edff6dc796b3f8fd.zip
indentation corrections
git-svn-id: http://redmine.rubyforge.org/svn/trunk@201 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/roles_controller.rb')
-rw-r--r--app/controllers/roles_controller.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb
index a4bee5dd1..ed7c6c200 100644
--- a/app/controllers/roles_controller.rb
+++ b/app/controllers/roles_controller.rb
@@ -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?