1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

remove trailing whitespace

This commit is contained in:
Hubert Jarosz
2016-05-21 15:29:25 +02:00
parent b0a5347a1c
commit 33403d91f7
24 changed files with 80 additions and 80 deletions

View File

@@ -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) {