From 3a99ef21cd5b3b65db2d0c50435c0089165e6699 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 4 Mar 2026 08:16:46 -0500 Subject: [PATCH] build-info: Add a newline before the [status] section Marginal improvement in readability Change-Id: Ic962ec2bb9ad09e5151cd4f712a9f5768da282bc --- tools/build-info.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build-info.pl b/tools/build-info.pl index 42aabed1f2..34e460f668 100755 --- a/tools/build-info.pl +++ b/tools/build-info.pl @@ -31,6 +31,8 @@ foreach my $b (&stablebuilds) { } } +print "\n"; + print "[status]\n"; foreach my $b (&allbuilds) {