From 004d5e6880940ddbb38460986ac62ee0f1bae97d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 23 Oct 2000 17:22:08 +0000 Subject: Make reindent.py happy (convert everything to 4-space indents!). --- Lib/test/test_struct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_struct.py') diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py index 2c599d720bb..589296667d1 100644 --- a/Lib/test/test_struct.py +++ b/Lib/test/test_struct.py @@ -94,7 +94,7 @@ tests = [ ] def badpack(fmt, arg, got, exp): - return + return def badunpack(fmt, arg, got, exp): return "unpack(%s, %s) -> (%s,) # expected (%s,)" % ( -- cgit v1.2.3