godot/bin/tests
Rémi Verschelde d4c17700aa 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-01 00:35:16 +01:00
..
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +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 Fix some warnings about unhandled switch cases 2016-08-13 13:21:35 +02: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 Use int instead of int32_t for Vectors 2016-10-06 16:51:19 -04:00
test_math.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_misc.cpp Remove some unused variables 2016-08-13 13:21:35 +02: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 some unused variables 2016-08-13 13:21:35 +02: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 Remove some unused variables 2016-08-13 13:21:35 +02: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 RegEx re-implemented as a module 2016-10-27 10:27:40 +01:00
test_string.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00