commit | 211219af4fd4644c7b877e4f2c374d08fdefb6bf | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue May 23 21:54:23 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue May 23 21:54:23 2006 +0000 |
tree | 6f9511d53edf2262255f61af2573bc3b58c42f44 | |
parent | 1bddfb84ee8e5a67af9a5001ab845c22c29cd491 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/struct.py b/Lib/struct.py index aa7af71..ee5ddc2 100644 --- a/Lib/struct.py +++ b/Lib/struct.py
@@ -50,7 +50,7 @@ except KeyError: o = _compile(fmt) return o.size - + def pack(fmt, *args): """ Return string containing values v1, v2, ... packed according to fmt. @@ -73,4 +73,3 @@ except KeyError: o = _compile(fmt) return o.unpack(s) -