]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/forms.py
Replace tab in indentation with space
[patchwork] / apps / patchwork / forms.py
index 1c5aeef5394dd4e62de228229eb404de4ce0af31..4c811f547c439dd924db58bb5c8a496b497e78e5 100644 (file)
@@ -45,9 +45,9 @@ class RegistrationForm(RegistrationFormUniqueEmail):
         user.last_name = self.cleaned_data.get('last_name', '')
         user.save()
 
-       # saving the userprofile causes the firstname/lastname to propagate
-       # to the person objects.
-       user.get_profile().save()
+        # saving the userprofile causes the firstname/lastname to propagate
+        # to the person objects.
+        user.get_profile().save()
 
         return user