This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=4ffe050b474f07d552f5fbe2b6d313875ca50e4e commit 4ffe050b474f07d552f5fbe2b6d313875ca50e4e Author: Guillem Jover <[email protected]> AuthorDate: Thu Jan 5 12:08:36 2023 +0100 dpkg-buildinfo: Fix indentation Changelog: internal --- scripts/dpkg-genbuildinfo.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/dpkg-genbuildinfo.pl b/scripts/dpkg-genbuildinfo.pl index 73c881500..55e07eab9 100755 --- a/scripts/dpkg-genbuildinfo.pl +++ b/scripts/dpkg-genbuildinfo.pl @@ -285,9 +285,9 @@ sub is_cross_executable { nocheck => 1, ); if ($?) { - print { *STDOUT } $stdout; - print { *STDERR } $stderr; - subprocerr("$CC -w -x c -"); + print { *STDOUT } $stdout; + print { *STDERR } $stderr; + subprocerr("$CC -w -x c -"); } close $tmpfh; spawn( -- Dpkg.Org's dpkg

