You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #81881 from lotuspar/patch-1
Rewrite a small comment in GDScript tokenizer code
This commit is contained in:
@@ -1245,7 +1245,7 @@ void GDScriptTokenizer::check_indent() {
|
|||||||
|
|
||||||
if (line_continuation || multiline_mode) {
|
if (line_continuation || multiline_mode) {
|
||||||
// We cleared up all the whitespace at the beginning of the line.
|
// We cleared up all the whitespace at the beginning of the line.
|
||||||
// But if this is a continuation or multiline mode and we don't want any indentation change.
|
// If this is a line continuation or we're in multiline mode then we don't want any indentation changes.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user