godot/bin/tests
Rémi Verschelde e259bf8bbb style: Fix PEP8 whitespace issues in Python files
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
2016-11-02 22:28:28 +01:00
..
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
test_containers.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_containers.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_detailer.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_detailer.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_gdscript.cpp First version of Profiler 2016-05-21 21:18:16 -03:00
test_gdscript.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_gui.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_gui.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_image.cpp Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_image.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_io.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_io.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_main.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_main.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_math.cpp Changed the way the step decimals are computed to a safer way, fixes many issues. 2016-07-26 17:25:10 -03:00
test_math.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_misc.cpp Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_misc.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_particles.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_particles.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_physics.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_physics.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_physics_2d.cpp Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_physics_2d.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_python.cpp remove trailing whitespace 2016-05-21 15:29:25 +02:00
test_python.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_render.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_render.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_shader_lang.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_shader_lang.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_sound.cpp Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_sound.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_string.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_string.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00