godot/drivers/unix
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
..
dir_access_unix.cpp Removed no longer needed check 2016-07-02 13:32:07 -03:00
dir_access_unix.h Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 2016-06-18 11:13:03 -03:00
file_access_unix.cpp -Add visible IO errors when closing a file fails due to it being locked (most likely on windows), closes #4760 2016-06-13 10:10:50 -03:00
file_access_unix.h
ip_unix.cpp
ip_unix.h
memory_pool_static_malloc.cpp Fix allocation bug if compiled with modern clang or gcc 2016-02-19 07:58:42 +01:00
memory_pool_static_malloc.h
mutex_posix.cpp
mutex_posix.h
os_unix.cpp Remove some noisy debug prints 2016-07-17 18:25:21 +02:00
os_unix.h
packet_peer_udp_posix.cpp Removed lots of prints 2016-06-18 18:01:06 -05:00
packet_peer_udp_posix.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
semaphore_posix.cpp
semaphore_posix.h
stream_peer_tcp_posix.cpp
stream_peer_tcp_posix.h
tcp_server_posix.cpp Removed lots of prints 2016-06-18 18:01:06 -05:00
tcp_server_posix.h
thread_posix.cpp Added function to notify ScriptLanguage when a thread is created/freed, allows scripts to allocate a stack there via TLS 2016-06-25 10:41:23 -03:00
thread_posix.h thread renaming 2016-01-31 20:23:24 -03:00