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
|
|
@ -2,6 +2,6 @@ import wrapmacro
|
|||
|
||||
a = 2
|
||||
b = -1
|
||||
wrapmacro.maximum(a,b)
|
||||
wrapmacro.maximum(a/7.0, -b*256)
|
||||
wrapmacro.maximum(a, b)
|
||||
wrapmacro.maximum(a / 7.0, -b * 256)
|
||||
wrapmacro.GUINT16_SWAP_LE_BE_CONSTANT(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue