]> granicus.if.org Git - python/commitdiff
whitespace normalisation
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Apr 2006 17:30:38 +0000 (17:30 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Apr 2006 17:30:38 +0000 (17:30 +0000)
Lib/test/test_pty.py
setup.py

index 3a90dd8ddd9f2a0d4e7bd07b1db658240ddd16cb..99e01b67bb067b109dfe6d05d160cf36427b699e 100644 (file)
@@ -22,7 +22,7 @@ def normalize_output(data):
     # Some operating systems do conversions on newline.  We could possibly
     # fix that by doing the appropriate termios.tcsetattr()s.  I couldn't
     # figure out the right combo on Tru64 and I don't have an IRIX box.
-    # So just normalize the output and doc the problem O/Ses by allowing 
+    # So just normalize the output and doc the problem O/Ses by allowing
     # certain combinations for some platforms, but avoid allowing other
     # differences (like extra whitespace, trailing garbage, etc.)
 
index ad952f1e220d045a01b099d26746132d7d4e322d..cb1d1086c2b1ac20c86014a40aaa58e440dd13de 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1042,15 +1042,15 @@ class PyBuildExt(build_ext):
             carbon_kwds = {'extra_compile_args': carbon_extra_compile_args,
                            'extra_link_args': ['-framework', 'Carbon'],
                           }
-            CARBON_EXTS = ['ColorPicker', 'gestalt', 'MacOS', 'Nav', 
-                           'OSATerminology', 'icglue', 
+            CARBON_EXTS = ['ColorPicker', 'gestalt', 'MacOS', 'Nav',
+                           'OSATerminology', 'icglue',
                            # All these are in subdirs
-                           '_AE', '_AH', '_App', '_CarbonEvt', '_Cm', '_Ctl', 
+                           '_AE', '_AH', '_App', '_CarbonEvt', '_Cm', '_Ctl',
                            '_Dlg', '_Drag', '_Evt', '_File', '_Folder', '_Fm',
-                           '_Help', '_Icn', '_IBCarbon', '_List', 
-                           '_Menu', '_Mlte', '_OSA', '_Res', '_Qd', '_Qdoffs', 
+                           '_Help', '_Icn', '_IBCarbon', '_List',
+                           '_Menu', '_Mlte', '_OSA', '_Res', '_Qd', '_Qdoffs',
                            '_Scrap', '_Snd', '_TE', '_Win',
-                          ] 
+                          ]
             for name in CARBON_EXTS:
                 addMacExtension(name, carbon_kwds)