godot/drivers/gles2
Rémi Verschelde f34151ff0f style: Various other PEP8 fixes in Python files
Done with `autopep8 --select=E7`, fixes:

- E701 - Put colon-separated compound statement on separate lines.
- E702 - Put semicolon-separated compound statement on separate lines.
- E703 - Put semicolon-separated compound statement on separate lines.
- E711 - Fix comparison with None.
- E712 - Fix (trivial case of) comparison with boolean.
- E713 - Fix (trivial case of) non-membership check.
- E721 - Fix various deprecated code (via lib2to3).
2016-11-01 00:35:16 +01:00
..
shaders style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
rasterizer_gles2.cpp
rasterizer_gles2.h
rasterizer_instance_gles2.cpp
rasterizer_instance_gles2.h
shader_compiler_gles2.cpp
shader_compiler_gles2.h
shader_gles2.cpp
shader_gles2.h