From: Ian Jackson Date: Tue, 17 Apr 2018 14:24:10 +0000 (+0100) Subject: docs/parse-support.md: Add some newlines to the table output X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~163 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5e77896ddce5dae65a63667e0fd4da1d70cae86f;p=xen.git docs/parse-support.md: Add some newlines to the table output This makes the result easier for humans to read. Signed-off-by: Ian Jackson Release-acked-by: Juergen Gross --- diff --git a/docs/parse-support-md b/docs/parse-support-md index 653d216025..bbbb615b1a 100755 --- a/docs/parse-support-md +++ b/docs/parse-support-md @@ -399,7 +399,7 @@ sub write_output_row ($) { } $st //= '-'; - o(""); + o("\n"); my $end_a = ''; if ($sectnode->{Key} eq 'release-support--xen-version') { o(sprintf '', $version_urls[$i]);