From bf0aef79a1e5b1d0b78c10df4a610b0a7b2d365f Mon Sep 17 00:00:00 2001 From: Dirk Wallenstein Date: Wed, 12 Jan 2011 23:05:08 +0000 Subject: Replace tab in indentation with space Signed-off-by: Dirk Wallenstein Signed-off-by: Jeremy Kerr --- apps/patchwork/forms.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/patchwork/forms.py') 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 -- cgit v1.2.3