Remove empty lines around braces with the formatting script
This commit is contained in:
@@ -339,7 +339,6 @@ void Control::_get_property_list(List<PropertyInfo> *p_list) const {
|
||||
Ref<Theme> theme = Theme::get_default();
|
||||
/* Using the default theme since the properties below are meant for editor only
|
||||
if (data.theme.is_valid()) {
|
||||
|
||||
theme = data.theme;
|
||||
} else {
|
||||
theme = Theme::get_default();
|
||||
|
||||
Reference in New Issue
Block a user