Whitespace normalization. · pythoncapi/cpython@536cf99 · GitHub
Skip to content

Commit 536cf99

Browse files
committed
Whitespace normalization.
1 parent 83a8c39 commit 536cf99

82 files changed

Lines changed: 33987 additions & 34035 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Lib/SimpleXMLRPCServer.py

Lines changed: 6 additions & 6 deletions

Lib/codecs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def read(self, size=-1, chars=-1, firstline=False):
269269
if self.linebuffer:
270270
self.charbuffer = "".join(self.linebuffer)
271271
self.linebuffer = None
272-
272+
273273
# read until we get the required number of characters (if available)
274274
while True:
275275
# can the request can be satisfied from the character buffer?
@@ -335,7 +335,7 @@ def readline(self, size=None, keepends=True):
335335
if not keepends:
336336
line = line.splitlines(False)[0]
337337
return line
338-
338+
339339
readsize = size or 72
340340
line = ""
341341
# If size is given, we call read() only once

Lib/cookielib.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)