]> git.ozlabs.org Git - patchwork/commit
In some places tabs are used instead of spaces for indentation,
authorNate Case <ncase@xes-inc.com>
Sat, 23 Aug 2008 03:03:18 +0000 (11:03 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Sat, 23 Aug 2008 03:03:18 +0000 (11:03 +0800)
commit05d26756d7e7f254d5631a0649aeac5fd3a58ca8
treed40b4861766912d9a15cd412f5df7b4d3bd1452d
parent04767c65175f2a76127cd78649c5d92a82a39bb6
In some places tabs are used instead of spaces for indentation,
even when other lines of a method are indented with spaces.

This gets rid of all tabs and uses spaces everywhere.

[Reworked to apply on newer code by Jeremy]

Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 files changed:
apps/patchwork/admin.py
apps/patchwork/bin/parsemail.py
apps/patchwork/filters.py
apps/patchwork/forms.py
apps/patchwork/models.py
apps/patchwork/parser.py
apps/patchwork/templatetags/filter.py
apps/patchwork/templatetags/person.py
apps/patchwork/urls.py
apps/patchwork/utils.py
apps/patchwork/views/__init__.py
apps/patchwork/views/base.py
apps/patchwork/views/patch.py
apps/patchwork/views/user.py
apps/urls.py