commit | 1633a2e3452b40d0e9bb1f15ab16cd6b90f15a19 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Oct 30 05:56:40 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Oct 30 05:56:40 2001 +0000 |
tree | 0575e38da29c8d788fe38568886b11cb19d6eb99 | |
parent | 003047a5f2e1566f70dc2f001c0f43e8059c02e3 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 813b67c..cbcf107 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py
@@ -226,7 +226,7 @@ while bytes > 0: sent = self.sock.send(data) if sent == bytes: - break # avoid copy + break # avoid copy data = data[sent:] bytes = bytes - sent