godot/scene/main
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
..
canvas_layer.cpp Added a few functions to make 2D split screen easier. 2016-09-14 15:55:14 -03:00
canvas_layer.h Fix for #6158. Converting Vector2 to Size2 for scaling functions. 2016-09-19 23:31:45 -07:00
http_request.cpp Add http method and request data parameters 2016-09-05 13:38:00 -03:00
http_request.h Add http method and request data parameters 2016-09-05 13:38:00 -03:00
instance_placeholder.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
instance_placeholder.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
node.cpp Revise serial naming behavior 2016-10-10 13:11:32 +02:00
node.h Refactor node naming APIs used by editor 2016-10-08 21:49:16 +02:00
resource_preloader.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
resource_preloader.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scene_main_loop.cpp Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C# 2016-09-07 19:39:57 -03:00
scene_main_loop.h -High Level protocol optimization (should be smaller) 2016-08-22 01:19:24 -03:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
timer.cpp Now the timer could be paused 2016-03-31 18:23:16 -03:00
timer.h Now the timer could be paused 2016-03-31 18:23:16 -03:00
viewport.cpp Added simple check to viewport, if matrix32 is invesile (https://github.com/godotengine/godot/issues/6296). 2016-10-08 12:33:10 +02:00
viewport.h Restore viewport set_world_2d functionality 2016-09-14 15:18:00 +02:00