mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Whitespace normalization.
This commit is contained in:
parent
cea2cc4a21
commit
6db15d7307
8 changed files with 52 additions and 52 deletions
|
@ -10,11 +10,11 @@ class Other(object):
|
|||
|
||||
class B (object):
|
||||
def bm(self): pass
|
||||
|
||||
|
||||
class C (B):
|
||||
foo = Other().foo
|
||||
om = Other.om
|
||||
|
||||
|
||||
d = 10
|
||||
|
||||
# XXX: This causes test_pyclbr.py to fail, but only because the
|
||||
|
@ -23,9 +23,9 @@ class C (B):
|
|||
# The pyclbr.py module gets this right as it parses the text.
|
||||
#
|
||||
#f = f
|
||||
|
||||
|
||||
def m(self): pass
|
||||
|
||||
|
||||
@staticmethod
|
||||
def sm(self): pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue