Whitespace normalization.
diff --git a/Lib/struct.py b/Lib/struct.py
index 648e39c..b4f56bb 100644
--- a/Lib/struct.py
+++ b/Lib/struct.py
@@ -73,7 +73,7 @@
     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 @@
         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)