From: Jeremy Kerr Date: Fri, 22 Oct 2010 04:41:37 +0000 (+0800) Subject: parsemail: change tab to space X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=3c1fe032cde2289a6ba2f87f09546e646d0e26bb parsemail: change tab to space minor whitespace fix. Signed-off-by: Jeremy Kerr --- diff --git a/apps/patchwork/bin/parsemail.py b/apps/patchwork/bin/parsemail.py index a85f42d..fddd2e9 100755 --- a/apps/patchwork/bin/parsemail.py +++ b/apps/patchwork/bin/parsemail.py @@ -171,7 +171,7 @@ def find_content(project, mail): if patchbuf: mail_headers(mail) - name = clean_subject(mail.get('Subject'), [project.linkname]) + name = clean_subject(mail.get('Subject'), [project.linkname]) patch = Patch(name = name, content = patchbuf, date = mail_date(mail), headers = mail_headers(mail))