Julien Marrec
6913fc41dc
Format macros, they keep getting picked incrementally by clang format + Strip trailing whitespaces
...
```
find . -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx|py)$' | xargs -I@ sed -i 's/[ \t]*$//' "@"
```
2022-04-01 07:39:35 -04:00
Ian Bell
66a2c9c435
A nicer reference sstate setter function
2019-01-27 15:56:19 -07:00
Ian Bell
3b1eb50324
More pep8 whitespace; see #1612
2019-01-12 20:45:25 -07:00
scls19fr
5045c96322
Fix Python print ( #1746 )
...
* Fix print
* Some manual fixes
* Revert
2018-10-19 22:59:31 +02:00
Matthis Thorade
19a4875879
More autopep8 ( #1621 )
...
* autopep8 rule-groups E101,W1,W2,W3
* autopep8 with rule group E3 (blank lines)
autopep8 --in-place --recursive --max-line-length=200 --exclude="externals" --select="E101,E3,W1,W2,W3" .
* tabs and space W191
* autopep8 aggressive
2017-12-13 14:43:41 +01:00
Matthis Thorade
526cb198a4
autopep8 whitespace ( #1613 )
...
* autopep8 whitespace only:
--select="E101,W1,W2"
* revert single file: web2py_online.py
Should this be a .py file at all?
* revert file Tickets/1443.py because the diff looked strange:
maybe there is an encoding problem?
* Rename web2py_online.py to web2py_online.rst
2017-12-12 08:32:38 -07:00
Ian Bell
d4f1e45d15
Add set_reference_state.py script
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-11-29 22:18:42 -05:00