Fix indentation.
diff --git a/Lib/test/test_faulthandler.py b/Lib/test/test_faulthandler.py
index 4e6d9bc..c171faf 100644
--- a/Lib/test/test_faulthandler.py
+++ b/Lib/test/test_faulthandler.py
@@ -102,7 +102,7 @@
         if other_regex:
             regex += '|' + other_regex
         with support.suppress_crash_popup():
-               output, exitcode = self.get_output(code, filename)
+            output, exitcode = self.get_output(code, filename)
         output = '\n'.join(output)
         self.assertRegex(output, regex)
         self.assertNotEqual(exitcode, 0)