[1231183] 'cleanup: mismatched indentation' and other cleanings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-07-22 18:01:46 +00:00
parent bfd84575a2
commit 0a164d4c4e
18 changed files with 456 additions and 468 deletions

View File

@@ -1510,7 +1510,7 @@ long wxTextCtrl::GetInsertionPoint() const
else
#endif
{
return (long) GET_EDITABLE_POS(m_text);
return (long) GET_EDITABLE_POS(m_text);
}
}
@@ -2081,7 +2081,7 @@ void wxTextCtrl::Freeze()
gtk_widget_set_sensitive(m_widget, false);
g_object_ref(m_buffer);
gtk_text_view_set_buffer(GTK_TEXT_VIEW(m_text), gtk_text_buffer_new(NULL));
}
}
#else
gtk_text_freeze(GTK_TEXT(m_text));
#endif