Style: Fix statements ending with ';;'

This commit is contained in:
Rémi Verschelde 2017-01-14 18:03:38 +01:00
parent e2a3f06f3d
commit f44ee891be
111 changed files with 227 additions and 227 deletions

View file

@ -3615,7 +3615,7 @@ void VisualScriptInputAction::_validate_property(PropertyInfo& property) const {
al.push_back(name);
}
al.sort();;
al.sort();
for(int i=0;i<al.size();i++) {
if (actions!=String())
@ -3705,7 +3705,7 @@ String VisualScriptDeconstruct::get_category() const {
void VisualScriptDeconstruct::_update_elements() {
elements.clear();;
elements.clear();
Variant v;
if (type==Variant::INPUT_EVENT) {
InputEvent ie;