Remove empty lines around braces with the formatting script
This commit is contained in:
parent
66e3060ea1
commit
02161aad5a
221 changed files with 0 additions and 399 deletions
|
|
@ -41,12 +41,10 @@ class GridMapEditor : public VBoxContainer {
|
|||
GDCLASS(GridMapEditor, VBoxContainer);
|
||||
|
||||
enum {
|
||||
|
||||
GRID_CURSOR_SIZE = 50
|
||||
};
|
||||
|
||||
enum InputAction {
|
||||
|
||||
INPUT_NONE,
|
||||
INPUT_PAINT,
|
||||
INPUT_ERASE,
|
||||
|
|
@ -56,7 +54,6 @@ class GridMapEditor : public VBoxContainer {
|
|||
};
|
||||
|
||||
enum ClipMode {
|
||||
|
||||
CLIP_DISABLED,
|
||||
CLIP_ABOVE,
|
||||
CLIP_BELOW
|
||||
|
|
@ -158,7 +155,6 @@ class GridMapEditor : public VBoxContainer {
|
|||
int cursor_rot;
|
||||
|
||||
enum Menu {
|
||||
|
||||
MENU_OPTION_NEXT_LEVEL,
|
||||
MENU_OPTION_PREV_LEVEL,
|
||||
MENU_OPTION_LOCK_VIEW,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue