You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Style: Apply new clang-format changes
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
void set_dict(const Dictionary &p_dict);
|
||||
Dictionary get_dict();
|
||||
|
||||
EditorPropertyFontMetaObject(){};
|
||||
EditorPropertyFontMetaObject() {}
|
||||
};
|
||||
|
||||
/*************************************************************************/
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
void set_defaults(const Dictionary &p_dict);
|
||||
Dictionary get_defaults();
|
||||
|
||||
EditorPropertyFontOTObject(){};
|
||||
EditorPropertyFontOTObject() {}
|
||||
};
|
||||
|
||||
/*************************************************************************/
|
||||
@@ -103,7 +103,7 @@ class EditorPropertyFontMetaOverride : public EditorProperty {
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods(){};
|
||||
static void _bind_methods() {}
|
||||
|
||||
void _edit_pressed();
|
||||
void _page_changed(int p_page);
|
||||
@@ -138,7 +138,7 @@ class EditorPropertyOTVariation : public EditorProperty {
|
||||
EditorPaginator *paginator = nullptr;
|
||||
|
||||
protected:
|
||||
static void _bind_methods(){};
|
||||
static void _bind_methods() {}
|
||||
|
||||
void _edit_pressed();
|
||||
void _page_changed(int p_page);
|
||||
@@ -187,7 +187,7 @@ class EditorPropertyOTFeatures : public EditorProperty {
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods(){};
|
||||
static void _bind_methods() {}
|
||||
|
||||
void _edit_pressed();
|
||||
void _page_changed(int p_page);
|
||||
@@ -256,7 +256,7 @@ protected:
|
||||
virtual void _add_element() override;
|
||||
|
||||
void _add_font(int p_option);
|
||||
static void _bind_methods(){};
|
||||
static void _bind_methods() {}
|
||||
|
||||
public:
|
||||
EditorPropertyFontNamesArray();
|
||||
|
||||
Reference in New Issue
Block a user