]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/views/__init__.py
In some places tabs are used instead of spaces for indentation,
[patchwork] / apps / patchwork / views / __init__.py
index b5c19c2e26705ef8c031182194f9ab1f9cc7d39a..16a84cc23ebe6a12fcefe86bff17d4592d8a7470 100644 (file)
@@ -55,12 +55,12 @@ def generic_list(request, project, view,
             ps.append(patch)
 
         (errors, form) = set_patches(request.user, project, action, \
-                               request.POST, ps, context)
+                request.POST, ps, context)
         if errors:
             context['errors'] = errors
 
     if not (request.user.is_authenticated() and \
-           project in request.user.get_profile().maintainer_projects.all()):
+            project in request.user.get_profile().maintainer_projects.all()):
         form = None
 
     for (filterclass, setting) in filter_settings: