From 9b9c01a33f8f2cb1374bbbed0f02a4b1469f448f Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 14 Feb 2023 02:23:30 +0100 Subject: scripts: guix.scm: sync cflags definitions with guix style The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the cflags definitions with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index cc21571..8e1f0a3 100644 --- a/scripts/guix.scm +++ b/scripts/guix.scm @@ -107,15 +107,13 @@ (string-split local-modules #\ ))) (define %common-strict-cflags - (let* ((port (open-input-pipe - "./strict-cflags.sh")) - (str (read-line port))) + (let* ((port (open-input-pipe "./strict-cflags.sh")) + (str (read-line port))) (close-pipe port) (string-append "CFLAGS=" str))) (define %clang-strict-cflags - (string-append - "-Werror=non-virtual-dtor")) + (string-append "-Werror=non-virtual-dtor")) (define %commit (let* ((port (open-input-pipe -- cgit v1.2.3