Whitespace normalization
diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py
index d1fd1d9..75e8a53 100644
--- a/Lib/distutils/unixccompiler.py
+++ b/Lib/distutils/unixccompiler.py
@@ -82,7 +82,7 @@
         except ValueError:
             pass
 
-    # Check if the SDK that is used during compilation actually exists, 
+    # Check if the SDK that is used during compilation actually exists,
     # the universal build requires the usage of a universal SDK and not all
     # users have that installed by default.
     sysroot = None