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:
parent
68115f3502
commit
c55ed742cd
5 changed files with 14 additions and 13 deletions
|
|
@ -65,6 +65,7 @@ class EqualsAny(object):
|
|||
def __repr__(self):
|
||||
return u'ANYTHING'
|
||||
|
||||
|
||||
ANYTHING = EqualsAny()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue