]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/views/user.py
In some places tabs are used instead of spaces for indentation,
[patchwork] / apps / patchwork / views / user.py
index 19091d30ce6e4a06c0f2e8e1246ff5bcc25c0a86..b042d35b2f8a433984a981e60f55c1b50c68c114 100644 (file)
@@ -24,9 +24,9 @@ from django.shortcuts import render_to_response, get_object_or_404
 from django.contrib import auth
 from django.http import HttpResponse, HttpResponseRedirect
 from patchwork.models import Project, Patch, Bundle, Person, UserProfile, \
-        UserPersonConfirmation, State
+         UserPersonConfirmation, State
 from patchwork.forms import MultiplePatchForm, UserProfileForm, \
-        UserPersonLinkForm
+         UserPersonLinkForm
 from patchwork.utils import Order, get_patch_ids
 from patchwork.filters import DelegateFilter
 from patchwork.paginator import Paginator