import rt 3.6.6
[freeside.git] / rt / html / autohandler
index 823adef..909b922 100644 (file)
@@ -165,12 +165,12 @@ elsif ($RT::WebExternalAuth) {
 
             if ($val) {
 
-               # now get user specific information, to better create our user.
+                # now get user specific information, to better create our user.
                 my $new_user_info
                     = RT::Interface::Web::WebExternalAutoInfo($user);
 
-        # set the attributes that have been defined.
-        # FIXME: this is a horrible kludge. I'm sure there's something cleaner
+                # set the attributes that have been defined.
+                # FIXME: this is a horrible kludge. I'm sure there's something cleaner
                 foreach my $attribute (
                     'Name',                  'Comments',
                     'Signature',             'EmailAddress',