From 651f4d891dea11606e7d0d3ee0211c12dd07efa9 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Fri, 16 Jul 2010 02:11:00 -0400 Subject: Fix indentation --- authfas.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'authfas.module') diff --git a/authfas.module b/authfas.module index 5bebb97..51b2009 100644 --- a/authfas.module +++ b/authfas.module @@ -173,11 +173,11 @@ function authfas_form_user_admin_role_alter(&$form, $form_state) { while (list($key, $val) = each($form)) { if ($key == 'submit') { $newform['fasgroup'] = array( - '#type' => 'textfield', - '#title' => 'FAS group mapping', - '#description' => 'Enter the name for a FAS group that maps to this role.', - '#size' => 30, - '#maxlength' => 255, + '#type' => 'textfield', + '#title' => 'FAS group mapping', + '#description' => 'Enter the name for a FAS group that maps to this role.', + '#size' => 30, + '#maxlength' => 255, ); } $newform[$key] = $val; -- cgit