mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
remove trailing whitespace
This commit is contained in:
parent
b0a5347a1c
commit
33403d91f7
24 changed files with 80 additions and 80 deletions
|
|
@ -374,7 +374,7 @@ void Theme::get_stylebox_types(List<StringName> *p_list) const {
|
|||
const StringName *key=NULL;
|
||||
while((key=style_map.next(key))) {
|
||||
p_list->push_back(*key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Theme::set_font(const StringName& p_name,const StringName& p_type,const Ref<Font>& p_font) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue