]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/encodings.py
Replace tab characters with spaces on .py files
[patchwork] / apps / patchwork / tests / encodings.py
index 397b39ba877887f26eb4d4188deb91e5cf4d2069..b9032bb7901f913d3a6ec3f9fa1cffbe08cbb871 100644 (file)
@@ -69,9 +69,9 @@ class UTF8HeaderPatchViewTest(UTF8PatchViewTest):
 
     def setUp(self):
         defaults.project.save()
-       self.patch_author = Person(name = self.patch_author_name,
-                       email = defaults.patch_author_person.email)
-       self.patch_author.save()
+        self.patch_author = Person(name = self.patch_author_name,
+            email = defaults.patch_author_person.email)
+        self.patch_author.save()
         self.patch_content = read_patch(self.patch_filename,
                 encoding = self.patch_encoding)
         self.patch = Patch(project = defaults.project,