Fix trailing whitespaces in C and Python files. (#4131)

This commit is contained in:
Serhiy Storchaka 2017-10-26 17:00:13 +03:00 committed by GitHub
parent 2b5cbbb13c
commit d94ef8fe94
6 changed files with 9 additions and 9 deletions

View file

@ -217,7 +217,7 @@ def parsedate_to_datetime(data):
def parseaddr(addr):
"""
Parse addr into its constituent realname and email address parts.
Return a tuple of realname and email address, unless the parse fails, in
which case return a 2-tuple of ('', '').
"""