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 <gnu...@cyberdimension.org>
---
 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
-- 
2.39.1

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to