Kaydet (Commit) f47b1cd8 authored tarafından Tim Peters's avatar Tim Peters

Whitespace normalization.

üst beaec0c3
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment