From 0d47083d1e88ee403c8638d5cf361425d74d224d 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 libsamsung-ipc-gcc-android 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 libsamsung-ipc-gcc-android package 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, 4 insertions(+), 4 deletions(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index 3c89ff1..e03f180 100644 --- a/scripts/guix.scm +++ b/scripts/guix.scm @@ -216,15 +216,15 @@ found in many Samsung smartphones and tablets.") (define-public libsamsung-ipc-gcc-android (package - (inherit libsamsung-ipc) + (inherit libsamsung-ipc) (name "libsamsung-ipc-gcc-android") (build-system android-ndk-build-system) (inputs (list android-libutils curl openssl)) (native-inputs '()) (arguments - (list - #:make-flags #~(list #$%common-strict-cflags #$%clang-strict-cflags) - #:phases android-phases)))) + (list #:make-flags #~(list #$%common-strict-cflags + #$%clang-strict-cflags) + #:phases android-phases)))) (define-public libsamsung-ipc-gcc-autotools (package -- cgit v1.2.3