remove trailing whitespace

(cherry picked from commit 4a4f247914)
This commit is contained in:
Hubert Jarosz
2016-03-09 00:00:52 +01:00
committed by Rémi Verschelde
parent 830947feaf
commit 424a104666
386 changed files with 7664 additions and 7664 deletions

View File

@ -493,7 +493,7 @@ void Tabs::set_current_tab(int p_current) {
ERR_FAIL_INDEX( p_current, get_tab_count() );
//printf("DEBUG %p: set_current_tab to %i\n", this, p_current);
current=p_current;
current=p_current;
_change_notify("current_tab");
//emit_signal("tab_changed",current);