summaryrefslogtreecommitdiff
path: root/regen/tidy_embed.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regen/tidy_embed.pl')
-rw-r--r--regen/tidy_embed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/tidy_embed.pl b/regen/tidy_embed.pl
index 6991b1db04..bafe9de082 100644
--- a/regen/tidy_embed.pl
+++ b/regen/tidy_embed.pl
@@ -39,7 +39,7 @@ while ($lines->[-1]{type} eq "content" and
my $grouped_content_ary= $parser->group_content();
push @$grouped_content_ary, @tail;
-my $grouped_content_txt= $parser->normalized_content($grouped_content_ary);
+my $grouped_content_txt= $parser->lines_as_str($grouped_content_ary);
if ($grouped_content_txt ne $parser->{orig_content}) {
if ($tap) {
print "not ok - $0 $file\n";