You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
remove trailing whitespace
This commit is contained in:
@@ -912,7 +912,7 @@ GDParser::Node* GDParser::_parse_expression(Node *p_parent,bool p_static,bool p_
|
||||
default: valid=false; break;
|
||||
}
|
||||
|
||||
if (valid) {
|
||||
if (valid) {
|
||||
e.is_op=true;
|
||||
e.op=op;
|
||||
expression.push_back(e);
|
||||
|
||||
Reference in New Issue
Block a user