mirror of
https://github.com/minetest/minetest.git
synced 2025-07-04 00:40:24 +02:00
LINT fixes since recent tooling update
This commit is contained in:
@ -260,7 +260,7 @@ bool GUIModalMenu::preprocessEvent(const SEvent &event)
|
||||
return retval;
|
||||
}
|
||||
}
|
||||
// clang-format on
|
||||
// clang-format on
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
@ -33,7 +33,8 @@ using namespace irr;
|
||||
using namespace irr::core;
|
||||
using namespace irr::gui;
|
||||
|
||||
typedef enum {
|
||||
typedef enum
|
||||
{
|
||||
jump_id = 0,
|
||||
crunch_id,
|
||||
zoom_id,
|
||||
@ -61,7 +62,8 @@ typedef enum {
|
||||
joystick_center_id
|
||||
} touch_gui_button_id;
|
||||
|
||||
typedef enum {
|
||||
typedef enum
|
||||
{
|
||||
j_forward = 0,
|
||||
j_backward,
|
||||
j_left,
|
||||
@ -69,7 +71,8 @@ typedef enum {
|
||||
j_special1
|
||||
} touch_gui_joystick_move_id;
|
||||
|
||||
typedef enum {
|
||||
typedef enum
|
||||
{
|
||||
AHBB_Dir_Top_Bottom,
|
||||
AHBB_Dir_Bottom_Top,
|
||||
AHBB_Dir_Left_Right,
|
||||
|
Reference in New Issue
Block a user