Skip to content

Commit

Permalink
fbc: sanitize whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrm committed Mar 24, 2024
1 parent 411bbe3 commit 682dfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/ast-optimize.bas
Expand Up @@ -1768,7 +1768,7 @@ private function hOptStrAssignment _
case FB_DATATYPE_FIXSTR
case else
optimize = hIsMultStrConcat( l, r )
end select
end select

'' convert "a = b + c + d" to "a = b: a += c: a += d"
if( optimize ) then
Expand Down

0 comments on commit 682dfa2

Please sign in to comment.