godot/modules/gridmap
Rémi Verschelde a7389217f8 style: Fix PEP8 blank lines issues in Python files
Done with `autopep8 --select=E3,W3`, fixes:

- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
2016-11-02 22:29:36 +01:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-02 22:29:36 +01:00
grid_map.cpp Removed unused variables (first pass) 2016-07-07 23:15:03 +02:00
grid_map.h manually fix indent 2016-04-20 21:21:51 +03:00
grid_map_editor_plugin.cpp Improve/fix GridMap editor 2016-09-01 08:41:31 +02:00
grid_map_editor_plugin.h Improve/fix GridMap editor 2016-09-01 08:41:31 +02:00
register_types.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
register_types.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-30 14:51:34 +01:00