godot/core/os
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
..
copymem.cpp
copymem.h
dir_access.cpp
dir_access.h
file_access.cpp
file_access.h
input_event.cpp Fix comparison bug with InputEvent 2016-10-23 05:47:36 +09:00
input_event.h Properly deliver localized coordinates when passing gui events through parents, closes #4215 2016-06-27 10:00:36 -03:00
input.cpp Code completion for is_action_just_{pressed, released} 2016-09-26 22:16:27 +02:00
input.h Add function to get readable names for joystick events 2016-09-20 23:36:09 +02:00
keyboard.cpp Automatically turn on process callbacks if relevant callbacks in node exists 2016-08-07 20:08:15 -03:00
keyboard.h -Added yield nodes to visual script 2016-08-07 19:22:33 -03:00
main_loop.cpp
main_loop.h
memory_pool_dynamic_prealloc.cpp
memory_pool_dynamic_prealloc.h
memory_pool_dynamic_static.cpp
memory_pool_dynamic_static.h
memory_pool_dynamic.cpp
memory_pool_dynamic.h
memory_pool_static.cpp
memory_pool_static.h
memory.cpp
memory.h
mutex.cpp
mutex.h
os.cpp -Modified Input and added is_action_just_pressed() as well as is_action_just_released() 2016-09-01 18:59:46 -03:00
os.h Improve debug focus behavior 2016-09-14 04:02:18 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
semaphore.cpp
semaphore.h
shell.cpp
shell.h
thread_dummy.cpp
thread_dummy.h
thread_safe.cpp
thread_safe.h
thread.cpp
thread.h