Whitespace normalization.

This commit is contained in:
Tim Peters 2001-05-02 05:54:44 +00:00
parent 0e540c391f
commit 8ae2df483c
2 changed files with 3 additions and 3 deletions

View file

@ -224,7 +224,7 @@ class dispatcher:
' '.join (status), id (self))
except:
pass
try:
ar = repr (self.addr)
except AttributeError: