Skip to content

Commit 64a9a8b

Browse files
Leave tabstops at 8
1 parent a5e0ffb commit 64a9a8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/Pod-Html/lib/Pod/Html.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,8 +852,7 @@ sub trim_leading_whitespace {
852852
my ($para) = @_;
853853

854854
# Start by converting tabs to spaces
855-
$tabstop = 4;
856-
@$para = Text::Tabs::expand(@$para);
855+
@$para = Text::Tabs::expand(@$para);
857856

858857
# Find the line with the least amount of indent, as that's our "base"
859858
my @indent_levels = (sort(map { $_ =~ /^( *)./mg } @$para));

0 commit comments

Comments
 (0)