]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/utils.py
In some places tabs are used instead of spaces for indentation,
[patchwork] / apps / patchwork / utils.py
index dfe1c92fe3c7c6895f46cdca47e9f2c24b4fed4a..76679c39e30fb0d09a6bb22d0440dd40348605da 100644 (file)
@@ -40,10 +40,10 @@ def get_patch_ids(d, prefix = 'patch_id'):
 
 class Order(object):
     order_map = {
-        'date':                'date',
-        'name':                'name',
-        'state':       'state__ordering',
-        'submitter':   'submitter__name'
+        'date':         'date',
+        'name':         'name',
+        'state':        'state__ordering',
+        'submitter':    'submitter__name'
     }
     default_order = 'date'