summaryrefslogtreecommitdiffstats
path: root/Lib/pty.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2007-01-30 03:03:46 (GMT)
committerTim Peters <tim.peters@gmail.com>2007-01-30 03:03:46 (GMT)
commitf733abb7831d6566cb0fccd0550d58ec3b7f05a4 (patch)
tree4466e9eccc1b441e60841c16d48915f20216178e /Lib/pty.py
parent15c1fe5047f94942f1e784ac7614f9f5370adb47 (diff)
downloadcpython-f733abb7831d6566cb0fccd0550d58ec3b7f05a4.zip
cpython-f733abb7831d6566cb0fccd0550d58ec3b7f05a4.tar.gz
cpython-f733abb7831d6566cb0fccd0550d58ec3b7f05a4.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/pty.py')
-rw-r--r--Lib/pty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pty.py b/Lib/pty.py
index d3eb64f..9fd4709 100644
--- a/Lib/pty.py
+++ b/Lib/pty.py
@@ -123,7 +123,7 @@ def fork():
os.close(tmp_fd)
else:
os.close(slave_fd)
-
+
# Parent and child process.
return pid, master_fd