Whitespace normalization

This commit is contained in:
Antoine Pitrou 2011-06-06 19:36:01 +02:00
parent 176f07dadf
commit 34b312e33d
1 changed files with 0 additions and 1 deletions

View File

@ -335,4 +335,3 @@ def _eintr_retry(func, _errors=(EnvironmentError, select.error)):
continue
raise
return wrapped