]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/bin/parsemail.py
parsemail: change tab to space
[patchwork] / apps / patchwork / bin / parsemail.py
index a85f42d2d3c799fd0d94d46206d7d712f99e845e..fddd2e9b3ecaa039f150ca02cd2927ff209cc9af 100755 (executable)
@@ -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))