]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Wed, 24 May 2006 20:29:44 +0000 (20:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 24 May 2006 20:29:44 +0000 (20:29 +0000)
Lib/struct.py

index 648e39c2d736d45c164956555bcac2550704d24b..b4f56bbbd1db8a129bae1779403f13ba7a260f19 100644 (file)
@@ -73,7 +73,7 @@ def unpack(fmt, s):
     except KeyError:
         o = _compile(fmt)
     return o.unpack(s)
-    
+
 def unpack_from(fmt, buf, offset=0):
     """
     Unpack the buffer, containing packed C structure data, according to
@@ -84,4 +84,4 @@ def unpack_from(fmt, buf, offset=0):
         o = _cache[fmt]
     except KeyError:
         o = _compile(fmt)
-    return o.unpack_from(buf, offset)
\ No newline at end of file
+    return o.unpack_from(buf, offset)