summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autodoc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl
index 5931e0e0ce..92a4a9c1fc 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -1566,7 +1566,7 @@ sub construct_missings_section {
# not be completely filled)
$rows = (@missings + $columns - 1) / $columns;
- my $row_width = 0;
+ my $row_width = 1; # For 1 space indent
my $i = 0; # Which missing element
# For each column ...