Merge pull request #81881 from lotuspar/patch-1

Rewrite a small comment in GDScript tokenizer code
This commit is contained in:
Rémi Verschelde 2023-09-20 13:09:44 +02:00
commit 888d3252ba
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -1245,7 +1245,7 @@ void GDScriptTokenizer::check_indent() {
if (line_continuation || multiline_mode) {
// 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;
}