autopep8 cleanup of Examples/test-suite/python
automated cleanup of python pep8 whitespace compliance
This commit is contained in:
parent
9086eb351c
commit
b77f3afafb
202 changed files with 3477 additions and 3382 deletions
|
|
@ -4,7 +4,7 @@ f = Foo()
|
|||
b = Bar(f)
|
||||
|
||||
if b.extension() != f.extension():
|
||||
raise RuntimeError
|
||||
raise RuntimeError
|
||||
|
||||
|
||||
b = CBase()
|
||||
|
|
@ -12,14 +12,13 @@ d = CDerived()
|
|||
p = CPtr()
|
||||
|
||||
if b.bar() != p.bar():
|
||||
raise RuntimeError
|
||||
raise RuntimeError
|
||||
|
||||
if d.foo() != p.foo():
|
||||
raise RuntimeError
|
||||
raise RuntimeError
|
||||
|
||||
if b.hello() != p.hello():
|
||||
raise RuntimeError
|
||||
|
||||
raise RuntimeError
|
||||
|
||||
|
||||
d = DFoo()
|
||||
|
|
@ -27,8 +26,7 @@ d = DFoo()
|
|||
dp = DPtrFoo(d)
|
||||
|
||||
if d.SExt(1) != dp.SExt(1):
|
||||
raise RuntimeError
|
||||
raise RuntimeError
|
||||
|
||||
if d.Ext(1) != dp.Ext(1):
|
||||
raise RuntimeError
|
||||
|
||||
raise RuntimeError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue