Skip to content

Commit

Permalink
TH_Tokenized: makeStringFromData: pass options to reindentCodeString.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Apr 7, 2024
1 parent 0424550 commit b65b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypeHandlers/TH_Tokenized.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ namespace tivars

if (has_option(options, "reindent") && options.at("reindent") == 1)
{
str = reindentCodeString(str);
str = reindentCodeString(str, options);
}

return str;
Expand Down

0 comments on commit b65b4dc

Please sign in to comment.