Whitespace fixes

This patch fixes some issues with inconsistent use of whitespace. It
only modifies lines that do not contain any code to not break git blame
too much.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2019-05-31 09:31:01 +02:00
parent 68115f3502
commit c55ed742cd
5 changed files with 14 additions and 13 deletions

View file

@ -65,6 +65,7 @@ class EqualsAny(object):
def __repr__(self):
return u'ANYTHING'
ANYTHING = EqualsAny()