summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/forms.py
diff options
context:
space:
mode:
authorDirk Wallenstein <halsmit@t-online.de>2011-01-12 23:05:08 +0000
committerJeremy Kerr <jk@ozlabs.org>2011-02-11 08:52:19 +0800
commitbf0aef79a1e5b1d0b78c10df4a610b0a7b2d365f (patch)
tree44b099a890adbbbab26df53bcde11c111749e2f9 /apps/patchwork/forms.py
parent9dee7bf3a168d7662709b5e0fba04ef34e05c01e (diff)
downloadpatchwork-bf0aef79a1e5b1d0b78c10df4a610b0a7b2d365f.tar.bz2
patchwork-bf0aef79a1e5b1d0b78c10df4a610b0a7b2d365f.tar.xz
Replace tab in indentation with space
Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'apps/patchwork/forms.py')
-rw-r--r--apps/patchwork/forms.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/patchwork/forms.py b/apps/patchwork/forms.py
index 1c5aeef..4c811f5 100644
--- a/apps/patchwork/forms.py
+++ b/apps/patchwork/forms.py
@@ -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